Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountAttributes.md
2025-05-07 14:37:48 +00:00

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-account-attributes AccountAttributes AccountAttributes AccountAttributes powershellsdk
powershell
PowerShell
sdk
AccountAttributes
BetaAccountAttributes
/tools/sdk/powershell/beta/models/account-attributes
SDK
Software Development Kit
AccountAttributes
BetaAccountAttributes

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-BetaAccountAttributes  -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]