mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-approval-identity-owner-of-inner | ApprovalIdentityOwnerOfInner | ApprovalIdentityOwnerOfInner | ApprovalIdentityOwnerOfInner | pythonsdk |
|
/tools/sdk/python/v2025/models/approval-identity-owner-of-inner |
|
ApprovalIdentityOwnerOfInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the object that is owned. | [optional] |
| name | str | Name of the object that is owned. | [optional] |
| type | str | Type of the object that is owned. | [optional] |
| } |
Example
from sailpoint.v2025.models.approval_identity_owner_of_inner import ApprovalIdentityOwnerOfInner
approval_identity_owner_of_inner = ApprovalIdentityOwnerOfInner(
id='string',
name='Access Request App',
type='APPLICATION'
)