mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
Update to python SDK docs: 13820107626
This commit is contained in:
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**requested_for** | **str** | The identity id in which the access request is for. | [optional]
|
||||
**requested_items_details** | [**[]RequestedItemDetails**](requested-item-details) | The details of the item requested. | [optional]
|
||||
**attributes_hash** | **str** | a hash representation of the access requested, useful for longer term tracking client side. | [optional]
|
||||
**attributes_hash** | **int** | a hash representation of the access requested, useful for longer term tracking client side. | [optional]
|
||||
**access_request_ids** | **[]str** | a list of access request identifiers, generally only one will be populated, but high volume requested may result in multiple ids. | [optional]
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ requested_items_details={
|
||||
"type": "ENTITLEMENT",
|
||||
"id": "779c6fd7171540bba1184e5946112c28"
|
||||
},
|
||||
attributes_hash='-1928438224',
|
||||
attributes_hash=-1928438224,
|
||||
access_request_ids=[5d3118c518a44ec7805450d53479ccdb]
|
||||
)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ tags: ['SDK', 'Software Development Kit', 'FormDefinitionInput', 'V2024FormDefin
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | Unique identifier for the form input. | [optional]
|
||||
**type** | **Enum** [ 'STRING' ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional]
|
||||
**type** | **Enum** [ 'STRING', 'ARRAY' ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional]
|
||||
**label** | **str** | Name for the form input. | [optional]
|
||||
**description** | **str** | Form input's description. | [optional]
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ Name | Type | Description | Notes
|
||||
**remove_date_update_requested** | **bool** | If true, then the request is to change the remove date or sunset date. | [optional] [default to False]
|
||||
**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]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -128,7 +129,8 @@ sod_violation_context=sailpoint.v2024.models.sod_violation_context_check_complet
|
||||
sailpoint.v2024.models.sod_policy_dto.SodPolicyDto(
|
||||
id = '0f11f2a4-7c94-4bf3-a2bd-742580fe3bde',
|
||||
name = 'Business SOD Policy', )
|
||||
], ), )
|
||||
], ), ),
|
||||
client_metadata={customKey1=custom value 1, customKey2=custom value 2}
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user