mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.5 KiB
1.5 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-dimensions | RoleDocumentAllOfDimensions | RoleDocumentAllOfDimensions | RoleDocumentAllOfDimensions | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-document-all-of-dimensions |
|
RoleDocumentAllOfDimensions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Unique ID of the dimension. | [optional] |
| Name | String | Name of the dimension. | [optional] |
| Description | String | Description of the dimension. | [optional] |
| Entitlements | []RoleDocumentAllOfEntitlements1 | Entitlements included with the role. | [optional] |
| AccessProfiles | []BaseAccessProfile | Access profiles included in the dimension. | [optional] |
Examples
- Prepare the resource
$RoleDocumentAllOfDimensions = Initialize-V2024RoleDocumentAllOfDimensions -Id b3c28992ba964a40a7598978139d1ced `
-Name Manager Austin Branch `
-Description Managers located at the Austin branch `
-Entitlements null `
-AccessProfiles null
- Convert the resource to JSON
$RoleDocumentAllOfDimensions | ConvertTo-JSON