mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
Update to python SDK docs: 13984088294
This commit is contained in:
@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedIte
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | The unique ID of the access item being requested. | [required]
|
||||
**name** | **str** | The human friendly name of the access item. | [required]
|
||||
**description** | **str** | Detailed description of the access item. | [optional]
|
||||
**type** | **Enum** [ 'ACCESS_PROFILE', 'ROLE', 'ENTITLEMENT' ] | The type of access item. | [required]
|
||||
**operation** | **Enum** [ 'Add', 'Remove' ] | The action to perform on the access item. | [required]
|
||||
**comment** | **str** | A comment from the identity requesting the access. | [optional]
|
||||
**id** | **str** | Access item's unique ID. | [required]
|
||||
**name** | **str** | Access item's name. | [required]
|
||||
**description** | **str** | Access item's description. | [optional]
|
||||
**type** | **Enum** [ 'ACCESS_PROFILE', 'ROLE', 'ENTITLEMENT' ] | Access item's type. | [required]
|
||||
**operation** | **Enum** [ 'Add', 'Remove' ] | Action to perform on the requested access item. | [required]
|
||||
**comment** | **str** | Comment from the identity requesting access. | [optional]
|
||||
**client_metadata** | **map[string]object** | Additional customer defined metadata about the access item. | [optional]
|
||||
**approval_info** | [**[]AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner**](access-request-post-approval-requested-items-status-inner-approval-info-inner) | A list of one or more approvers for the access request. | [required]
|
||||
**approval_info** | [**[]AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner**](access-request-post-approval-requested-items-status-inner-approval-info-inner) | List of approvers for the access request. | [required]
|
||||
}
|
||||
|
||||
## Example
|
||||
@@ -41,11 +41,10 @@ comment='William needs this access to do his job.',
|
||||
client_metadata={applicationName=My application},
|
||||
approval_info=[
|
||||
sailpoint.beta.models.access_request_post_approval_requested_items_status_inner_approval_info_inner.AccessRequestPostApproval_requestedItemsStatus_inner_approvalInfo_inner(
|
||||
approval_comment = 'This access looks good. Approved.',
|
||||
approval_comment = 'This access looks good. Approved.',
|
||||
approval_decision = APPROVED,
|
||||
approver_name = 'Stephen.Austin',
|
||||
approver = sailpoint.beta.models.access_request_post_approval_requested_items_status_inner_approval_info_inner_approver.AccessRequestPostApproval_requestedItemsStatus_inner_approvalInfo_inner_approver(
|
||||
type = IDENTITY, ), )
|
||||
approver = null, )
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user