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.beta.models.approval_description import ApprovalDescription

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

[Back to top]