mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
822 B
822 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-approval-name | ApprovalName | ApprovalName | ApprovalName | pythonsdk |
|
/tools/sdk/python/v2025/models/approval-name |
|
ApprovalName
Approval Name Object
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | str | Name of the approval | [optional] |
| locale | str | What locale the name of the approval is using | [optional] |
| } |
Example
from sailpoint.v2025.models.approval_name import ApprovalName
approval_name = ApprovalName(
value='Audit DB Access',
locale='en_US'
)