Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/EntitlementDocumentAllOfPermissions.md
2025-05-07 14:37:48 +00:00

1.2 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-entitlement-document-all-of-permissions EntitlementDocumentAllOfPermissions EntitlementDocumentAllOfPermissions EntitlementDocumentAllOfPermissions powershellsdk
powershell
PowerShell
sdk
EntitlementDocumentAllOfPermissions
V2024EntitlementDocumentAllOfPermissions
/tools/sdk/powershell/v2024/models/entitlement-document-all-of-permissions
SDK
Software Development Kit
EntitlementDocumentAllOfPermissions
V2024EntitlementDocumentAllOfPermissions

EntitlementDocumentAllOfPermissions

Properties

Name Type Description Notes
Target String The target the permission would grants rights on. [optional]
Rights []String All the rights (e.g. actions) that this permission allows on the target [optional]

Examples

  • Prepare the resource
$EntitlementDocumentAllOfPermissions = Initialize-V2024EntitlementDocumentAllOfPermissions  -Target SYS.GV_$TRANSACTION `
 -Rights null
  • Convert the resource to JSON
$EntitlementDocumentAllOfPermissions | ConvertTo-JSON

[Back to top]