IdentityEntitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ObjectRef | TaggedObjectDto | [optional] | |
| Tags | []String | Labels to be applied to object. | [optional] |
Examples
- Prepare the resource
$IdentityEntitlements = Initialize-IdentityEntitlements -ObjectRef null `
-Tags ["BU_FINANCE","PCI"]
- Convert the resource to JSON
$IdentityEntitlements | ConvertTo-JSON