Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SodExemptCriteria.md
2025-05-07 14:37:48 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-sod-exempt-criteria SodExemptCriteria SodExemptCriteria SodExemptCriteria powershellsdk
powershell
PowerShell
sdk
SodExemptCriteria
V2024SodExemptCriteria
/tools/sdk/powershell/v2024/models/sod-exempt-criteria
SDK
Software Development Kit
SodExemptCriteria
V2024SodExemptCriteria

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

[Back to top]