Skip to main content

SodExemptCriteria1

Properties

NameTypeDescriptionNotes
ExistingBooleanIf the entitlement already belonged to the user or not.[optional] [default to $false]
TypeDtoType[optional]
IdStringEntitlement ID[optional]
NameStringEntitlement 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

[Back to top]