IdentityCreated
Properties
Name | Type | Description | Notes |
---|---|---|---|
identity | IdentityCreatedIdentity | [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_created import IdentityCreated
identity_created = IdentityCreated(
identity=sailpoint.v2024.models.identity_created_identity.IdentityCreated_identity(
type = 'IDENTITY',
id = '2c7180a46faadee4016fb4e018c20642',
name = 'Michael Michaels', ),
attributes={firstname=John}
)