Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/AccountAttributes.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
account-attributes AccountAttributes AccountAttributes AccountAttributes powershellsdk
powershell
PowerShell
sdk
AccountAttributes
/tools/sdk/powershell/beta/models/account-attributes
SDK
Software Development Kit
AccountAttributes

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-PSSailpoint.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]