mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-base-access-all-of-owner | BaseAccessAllOfOwner | BaseAccessAllOfOwner | BaseAccessAllOfOwner | pythonsdk |
|
/tools/sdk/python/v2024/models/base-access-all-of-owner |
|
BaseAccessAllOfOwner
Owner's identity.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | Owner's DTO type. | [optional] |
| id | str | Owner's identity ID. | [optional] |
| name | str | Owner's display name. | [optional] |
| str | Owner's email. | [optional] | |
| } |
Example
from sailpoint.v2024.models.base_access_all_of_owner import BaseAccessAllOfOwner
base_access_all_of_owner = BaseAccessAllOfOwner(
type='IDENTITY',
id='2c9180a46faadee4016fb4e018c20639',
name='Support',
email='cloud-support@sailpoint.com'
)