AccountAttributes
Properties
Name | Type | Description | Notes |
---|---|---|---|
Attributes | [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | The schema attribute values for the account | [required] |
Examples
- Prepare the resource
$AccountAttributes = Initialize-PSSailpoint.V2024AccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=[email protected]}
- Convert the resource to JSON
$AccountAttributes | ConvertTo-JSON