mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-pending-approval-owner | PendingApprovalOwner | PendingApprovalOwner | PendingApprovalOwner | pythonsdk |
|
/tools/sdk/python/v2024/models/pending-approval-owner |
|
PendingApprovalOwner
Access item owner's identity.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | Access item owner's DTO type. | [optional] |
| id | str | Access item owner's identity ID. | [optional] |
| name | str | Access item owner's human-readable display name. | [optional] |
| } |
Example
from sailpoint.v2024.models.pending_approval_owner import PendingApprovalOwner
pending_approval_owner = PendingApprovalOwner(
type='IDENTITY',
id='2c9180a46faadee4016fb4e018c20639',
name='Support'
)