Skip to main content

Approvaldescription

The description of what the approval is asking for

Properties

NameTypeDescriptionNotes
valuestrThe description of what the approval is asking for[optional]
localestrWhat locale the description of the approval is using[optional]
}

Example

from sailpoint.approvals.models.approvaldescription import Approvaldescription

approvaldescription = Approvaldescription(
value='This access allows viewing and editing of workflow resource',
locale='en_US'
)

[Back to top]