Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/IdentityReferenceWithId.md
2025-02-20 12:59:19 -05:00

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
python
Python
sdk
IdentityReferenceWithId
BetaIdentityReferenceWithId
/tools/sdk/python/beta/models/identity-reference-with-id
SDK
Software Development Kit
IdentityReferenceWithId
BetaIdentityReferenceWithId

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'
)

[Back to top]