mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
2.0 KiB
2.0 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-entitlements | RoleDocumentAllOfEntitlements | RoleDocumentAllOfEntitlements | RoleDocumentAllOfEntitlements | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-document-all-of-entitlements |
|
RoleDocumentAllOfEntitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| HasPermissions | Boolean | Indicates whether the entitlement has permissions. | [optional] [default to $false] |
| Description | String | Entitlement's description. | [optional] |
| Attribute | String | Entitlement attribute's name. | [optional] |
| Value | String | Entitlement's value. | [optional] |
| Schema | String | Entitlement's schema. | [optional] |
| Privileged | Boolean | Indicates whether the entitlement is privileged. | [optional] [default to $false] |
| Id | String | Entitlement's ID. | [optional] |
| Name | String | Entitlement's name. | [optional] |
| SourceSchemaObjectType | String | Schema objectType. | [optional] |
| Hash | String | Read-only calculated hash value of an entitlement. | [optional] |
Examples
- Prepare the resource
$RoleDocumentAllOfEntitlements = Initialize-V2024RoleDocumentAllOfEntitlements -HasPermissions false `
-Description Cloud engineering `
-Attribute memberOf `
-Value CN=Cloud Engineering,DC=sailpoint,DC=COM `
-Schema group `
-Privileged false `
-Id 2c918084575812550157589064f33b89 `
-Name CN=Cloud Engineering,DC=sailpoint,DC=COM `
-SourceSchemaObjectType group `
-Hash c6fab95235584cca98a454a2f51e5683bc77d6a0
- Convert the resource to JSON
$RoleDocumentAllOfEntitlements | ConvertTo-JSON