SodExemptCriteria
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Existing | Boolean | If the entitlement already belonged to the user or not. | [optional] [default to $false] |
| Type | DtoType | [optional] | |
| Id | String | Entitlement ID | [optional] |
| Name | String | Entitlement name | [optional] |
Examples
- Prepare the resource
$SodExemptCriteria = Initialize-V2025SodExemptCriteria -Existing true `
-Type null `
-Id 2c918085771e9d3301773b3cb66f6398 `
-Name My HR Entitlement
- Convert the resource to JSON
$SodExemptCriteria | ConvertTo-JSON