Skip to main content

DimensionCriteriaLevel3

Properties

NameTypeDescriptionNotes
OperationDimensionCriteriaOperation[optional]
KeyDimensionCriteriaKey[optional]
StringValueStringString value to test the Identity attribute specified in the key w/r/t the specified operation. If this criteria is a leaf node, that is, if the operation is one of EQUALS, this field is required. Otherwise, specifying it is an error.[optional]

Examples

  • Prepare the resource
$DimensionCriteriaLevel3 = Initialize-PSSailpoint.V2024DimensionCriteriaLevel3  -Operation null `
-Key null `
-StringValue carlee.cert1c9f9b6fd@mailinator.com
  • Convert the resource to JSON
$DimensionCriteriaLevel3 | ConvertTo-JSON

[Back to top]