Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/IdentityCreated.md
2025-05-07 14:37:48 +00:00

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
v2025-identity-created IdentityCreated IdentityCreated IdentityCreated powershellsdk
powershell
PowerShell
sdk
IdentityCreated
V2025IdentityCreated
/tools/sdk/powershell/v2025/models/identity-created
SDK
Software Development Kit
IdentityCreated
V2025IdentityCreated

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 The attributes assigned to the identity. Attributes are determined by the identity profile. [required]

Examples

  • Prepare the resource
$IdentityCreated = Initialize-V2025IdentityCreated  -Identity null `
 -Attributes {firstname=John}
  • Convert the resource to JSON
$IdentityCreated | ConvertTo-JSON

[Back to top]