mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
989 B
989 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-identity-entitlements | IdentityEntitlements | IdentityEntitlements | IdentityEntitlements | powershellsdk |
|
/tools/sdk/powershell/v2025/models/identity-entitlements |
|
IdentityEntitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ObjectRef | TaggedObjectDto | [optional] | |
| Tags | []String | Labels to be applied to object. | [optional] |
Examples
- Prepare the resource
$IdentityEntitlements = Initialize-V2025IdentityEntitlements -ObjectRef null `
-Tags [BU_FINANCE, PCI]
- Convert the resource to JSON
$IdentityEntitlements | ConvertTo-JSON