mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.1 KiB
1.1 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 |
|
/tools/sdk/powershell/beta/models/account-attributes |
|
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