Skip to main content

AccountAttributes

Properties

NameTypeDescriptionNotes
Attributesmap[string]AnyTypeThe 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

[Back to top]