Skip to main content

IdentityentitiesIdentityEntity

Properties

NameTypeDescriptionNotes
idstrid of the resource to which the identity is associated[optional]
namestrname of the resource to which the identity is associated[optional]
typestrtype of the resource to which the identity is associated[optional]
}

Example

from sailpoint.identities.models.identityentities_identity_entity import IdentityentitiesIdentityEntity

identityentities_identity_entity = IdentityentitiesIdentityEntity(
id='031034e97f094a4096c1be53f75f6b91',
name='Gaston.800ddf9640a',
type='CAMPAIGN_CAMPAIGNER'
)

[Back to top]