mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update to python SDK docs: 14052034222
This commit is contained in:
@@ -37,6 +37,7 @@ Name | Type | Description | Notes
|
||||
**current_remove_date** | **datetime** | The remove date or sunset date that was assigned at the time of the request. | [optional]
|
||||
**sod_violation_context** | [**SodViolationContextCheckCompleted**](sod-violation-context-check-completed) | | [optional]
|
||||
**client_metadata** | **map[string]str** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional]
|
||||
**requested_accounts** | [**[]RequestedAccountRef**](requested-account-ref) | The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -130,7 +131,15 @@ sod_violation_context=sailpoint.v2024.models.sod_violation_context_check_complet
|
||||
id = '0f11f2a4-7c94-4bf3-a2bd-742580fe3bde',
|
||||
name = 'Business SOD Policy', )
|
||||
], ), ),
|
||||
client_metadata={customKey1=custom value 1, customKey2=custom value 2}
|
||||
client_metadata={customKey1=custom value 1, customKey2=custom value 2},
|
||||
requested_accounts=[
|
||||
sailpoint.v2024.models.requested_account_ref.RequestedAccountRef(
|
||||
name = 'Glen.067da3248e914',
|
||||
type = 'IDENTITY',
|
||||
account_uuid = '{fab7119e-004f-4822-9c33-b8d570d6c6a6}',
|
||||
account_id = 'CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local',
|
||||
source_name = 'Multi Account AD source name', )
|
||||
]
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user