mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-created-identity | IdentityCreatedIdentity | IdentityCreatedIdentity | IdentityCreatedIdentity | pythonsdk |
|
/tools/sdk/python/beta/models/identity-created-identity |
|
IdentityCreatedIdentity
Created identity.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | Identity's DTO type. | [required] |
| id | str | Identity's unique ID. | [required] |
| name | str | Identity's name. | [required] |
| } |
Example
from sailpoint.beta.models.identity_created_identity import IdentityCreatedIdentity
identity_created_identity = IdentityCreatedIdentity(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20642',
name='Michael Michaels'
)