IdentityDeleted
Properties
Name | Type | Description | Notes |
---|---|---|---|
identity | IdentityDeletedIdentity | [required] | |
attributes | map[string]object | The 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}
)