Skip to main content

SodExemptCriteria

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

[Back to top]