Skip to main content

AccountAttributes

Properties

NameTypeDescriptionNotes
Attributes[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The 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

[Back to top]