Skip to main content

IdentityDeleted

Properties

NameTypeDescriptionNotes
identityIdentityDeletedIdentity[required]
attributesmap[string]objectThe attributes assigned to the identity. Attributes are determined by the identity profile.[required]
}

Example

from sailpoint.v2024.models.identity_deleted import IdentityDeleted

identity_deleted = IdentityDeleted(
identity=sailpoint.v2024.models.identity_deleted_identity.IdentityDeleted_identity(
type = 'IDENTITY',
id = '2c7180a46faadee4016fb4e018c20642',
name = 'Michael Michaels', ),
attributes={firstname=John}
)

[Back to top]