SodExemptCriteria1
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
$SodExemptCriteria1 = Initialize-PSSailpoint.V2024SodExemptCriteria1 -Existing true `
-Type null `
-Id 2c918085771e9d3301773b3cb66f6398 `
-Name My HR Entitlement
- Convert the resource to JSON
$SodExemptCriteria1 | ConvertTo-JSON