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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-identity-manager-ref | IdentityManagerRef | IdentityManagerRef | IdentityManagerRef | pythonsdk |
|
/tools/sdk/python/v2025/models/identity-manager-ref |
|
IdentityManagerRef
Identity's manager
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | DTO type of identity's manager | [optional] |
| id | str | ID of identity's manager | [optional] |
| name | str | Human-readable display name of identity's manager | [optional] |
| } |
Example
from sailpoint.v2025.models.identity_manager_ref import IdentityManagerRef
identity_manager_ref = IdentityManagerRef(
type='IDENTITY',
id='2c4180a46faadee4016fb4e018c20626',
name='Robert Robinson'
)