mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
37
docs/tools/sdk/python/Reference/V2025/Models/Revocability.md
Normal file
37
docs/tools/sdk/python/Reference/V2025/Models/Revocability.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2025-revocability
|
||||
title: Revocability
|
||||
pagination_label: Revocability
|
||||
sidebar_label: Revocability
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'Revocability', 'V2025Revocability']
|
||||
slug: /tools/sdk/python/v2025/models/revocability
|
||||
tags: ['SDK', 'Software Development Kit', 'Revocability', 'V2025Revocability']
|
||||
---
|
||||
|
||||
# Revocability
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**approval_schemes** | [**[]AccessProfileApprovalScheme**](access-profile-approval-scheme) | List describing the steps in approving the revocation request | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.revocability import Revocability
|
||||
|
||||
revocability = Revocability(
|
||||
approval_schemes=[
|
||||
sailpoint.v2025.models.access_profile_approval_scheme.AccessProfileApprovalScheme(
|
||||
approver_type = 'GOVERNANCE_GROUP',
|
||||
approver_id = '46c79819-a69f-49a2-becb-12c971ae66c6', )
|
||||
]
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user