Skip to main content

IdentityReferenceWithId

Properties

NameTypeDescriptionNotes
typeDtoType[optional]
idstrIdentity 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]