mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 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-access-request-dynamic-approver1 | AccessRequestDynamicApprover1 | AccessRequestDynamicApprover1 | AccessRequestDynamicApprover1 | pythonsdk |
|
/tools/sdk/python/beta/models/access-request-dynamic-approver1 |
|
AccessRequestDynamicApprover1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique ID of the identity to add to the approver list for the access request. | [required] |
| name | str | The name of the identity to add to the approver list for the access request. | [required] |
| type | Enum [ 'IDENTITY', 'GOVERNANCE_GROUP' ] | The type of object being referenced. | [required] |
| } |
Example
from sailpoint.beta.models.access_request_dynamic_approver1 import AccessRequestDynamicApprover1
access_request_dynamic_approver1 = AccessRequestDynamicApprover1(
id='2c91808b6ef1d43e016efba0ce470906',
name='Adam Adams',
type=IDENTITY
)