mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-created | IdentityCreated | IdentityCreated | IdentityCreated | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-created |
|
IdentityCreated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | IdentityCreatedIdentity | [required] | |
| Attributes | [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Attributes assigned to the identity. These attributes are determined by the identity profile. | [required] |
Examples
- Prepare the resource
$IdentityCreated = Initialize-PSSailpoint.BetaIdentityCreated -Identity null `
-Attributes {firstname=John}
- Convert the resource to JSON
$IdentityCreated | ConvertTo-JSON