Skip to main content

AccountAttributes

Properties

NameTypeDescriptionNotes
Attributes[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4The 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

[Back to top]