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