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-Accountattributes -Attributes {"city":"Austin","displayName":"John Doe","userName":"jdoe","sAMAccountName":"jDoe","mail":"john.doe@sailpoint.com"}
- Convert the resource to JSON
$Accountattributes | ConvertTo-JSON