mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-approval-description | ApprovalDescription | ApprovalDescription | ApprovalDescription | pythonsdk |
|
/tools/sdk/python/beta/models/approval-description |
|
ApprovalDescription
The description of what the approval is asking for
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | str | The description of what the approval is asking for | [optional] |
| locale | str | What 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'
)