AccountAttributes
Properties
Name | Type | Description | Notes |
---|---|---|---|
Attributes | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | The schema attribute values for the account | [required] |
Examples
- Prepare the resource
$AccountAttributes = Initialize-PSSailpoint.BetaAccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=[email protected]}
- Convert the resource to JSON
$AccountAttributes | ConvertTo-JSON