mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
930 B
930 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-reference-with-id | IdentityReferenceWithId | IdentityReferenceWithId | IdentityReferenceWithId | pythonsdk |
|
/tools/sdk/python/beta/models/identity-reference-with-id |
|
IdentityReferenceWithId
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | DtoType | [optional] | |
| id | str | Identity id | [optional] |
| } |
Example
from sailpoint.beta.models.identity_reference_with_id import IdentityReferenceWithId
identity_reference_with_id = IdentityReferenceWithId(
type='IDENTITY',
id='5168015d32f890ca15812c9180835d2e'
)