Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/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
v2024-account-attributes AccountAttributes AccountAttributes AccountAttributes powershellsdk
powershell
PowerShell
sdk
AccountAttributes
V2024AccountAttributes
/tools/sdk/powershell/v2024/models/account-attributes
SDK
Software Development Kit
AccountAttributes
V2024AccountAttributes

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