Update to python SDK docs: 14208793952

This commit is contained in:
developer-relations-sp
2025-04-02 00:29:55 +00:00
parent b3d4b9a599
commit 051f38fa6d
27 changed files with 7327 additions and 7317 deletions

View File

@@ -18,6 +18,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**comments_required** | **bool** | Whether the requester of the containing object must provide comments justifying the request | [optional] [default to False]
**denial_comments_required** | **bool** | Whether an approver must provide comments when denying the request | [optional] [default to False]
**reauthorization_required** | **bool** | Indicates whether reauthorization is required for the request. | [optional] [default to False]
**approval_schemes** | [**[]ApprovalSchemeForRole**](approval-scheme-for-role) | List describing the steps in approving the request | [optional]
}
@@ -29,6 +30,7 @@ from sailpoint.v2025.models.requestability_for_role import RequestabilityForRole
requestability_for_role = RequestabilityForRole(
comments_required=True,
denial_comments_required=True,
reauthorization_required=True,
approval_schemes=[
sailpoint.v2025.models.approval_scheme_for_role.ApprovalSchemeForRole(
approver_type = 'GOVERNANCE_GROUP',