Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SodExemptCriteria1.md
2025-01-28 13:29:29 -05:00

1.2 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-criteria1 SodExemptCriteria1 SodExemptCriteria1 SodExemptCriteria1 powershellsdk
powershell
PowerShell
sdk
SodExemptCriteria1
V2024SodExemptCriteria1
/tools/sdk/powershell/v2024/models/sod-exempt-criteria1
SDK
Software Development Kit
SodExemptCriteria1
V2024SodExemptCriteria1

SodExemptCriteria1

Properties

Name Type Description Notes
Existing Pointer to Boolean If the entitlement already belonged to the user or not. [optional] [default to $false]
Type Pointer to DtoType [optional]
Id Pointer to String Entitlement ID [optional]
Name Pointer to 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

[Back to top]