mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
964 B
964 B
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-create | AccountAttributesCreate | AccountAttributesCreate | AccountAttributesCreate | powershellsdk |
|
/tools/sdk/powershell/beta/models/account-attributes-create |
|
AccountAttributesCreate
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attributes | AccountAttributesCreateAttributes | [required] |
Examples
- Prepare the resource
$AccountAttributesCreate = Initialize-BetaAccountAttributesCreate -Attributes null
- Convert the resource to JSON
$AccountAttributesCreate | ConvertTo-JSON