mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 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-role-document-all-of-dimension-schema-attributes | RoleDocumentAllOfDimensionSchemaAttributes | RoleDocumentAllOfDimensionSchemaAttributes | RoleDocumentAllOfDimensionSchemaAttributes | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-document-all-of-dimension-schema-attributes |
|
RoleDocumentAllOfDimensionSchemaAttributes
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Derived | Boolean | [optional] [default to $true] | |
| DisplayName | String | Displayname of the dimension attribute. | [optional] |
| Name | String | Name of the dimension attribute. | [optional] |
Examples
- Prepare the resource
$RoleDocumentAllOfDimensionSchemaAttributes = Initialize-PSSailpoint.V2024RoleDocumentAllOfDimensionSchemaAttributes -Derived true `
-DisplayName Department `
-Name department
- Convert the resource to JSON
$RoleDocumentAllOfDimensionSchemaAttributes | ConvertTo-JSON