Skip to main content

AccessCriteriaCriteriaListInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "ENTITLEMENT" ]Type of the propery to which this reference applies to[optional]
IdStringID of the object to which this reference applies to[optional]
NameStringHuman-readable display name of the object to which this reference applies to[optional]

Examples

  • Prepare the resource
$AccessCriteriaCriteriaListInner = Initialize-PSSailpoint.V2024AccessCriteriaCriteriaListInner  -Type ENTITLEMENT `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name Administrator
  • Convert the resource to JSON
$AccessCriteriaCriteriaListInner | ConvertTo-JSON

[Back to top]