mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-identity-created-identity | IdentityCreatedIdentity | IdentityCreatedIdentity | IdentityCreatedIdentity | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-created-identity |
|
IdentityCreatedIdentity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | Created identity's DTO type. | [required] |
| Id | String | Created identity ID. | [required] |
| Name | String | Created identity's display name. | [required] |
Examples
- Prepare the resource
$IdentityCreatedIdentity = Initialize-PSSailpoint.V2024IdentityCreatedIdentity -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
- Convert the resource to JSON
$IdentityCreatedIdentity | ConvertTo-JSON