Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ExceptionCriteria.md
2025-02-28 14:46:13 +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
beta-exception-criteria ExceptionCriteria ExceptionCriteria ExceptionCriteria powershellsdk
powershell
PowerShell
sdk
ExceptionCriteria
BetaExceptionCriteria
/tools/sdk/powershell/beta/models/exception-criteria
SDK
Software Development Kit
ExceptionCriteria
BetaExceptionCriteria

ExceptionCriteria

Properties

Name Type Description Notes
CriteriaList []ExceptionCriteriaCriteriaListInner List of exception criteria. There is a min of 1 and max of 50 items in the list. [optional]

Examples

  • Prepare the resource
$ExceptionCriteria = Initialize-PSSailpoint.BetaExceptionCriteria  -CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, existing=true}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, existing=false}]
  • Convert the resource to JSON
$ExceptionCriteria | ConvertTo-JSON

[Back to top]