Skip to main content

Rolecriterialevel3

Properties

NameTypeDescriptionNotes
OperationRolecriteriaoperation[optional]
KeyRolecriteriakey[optional]
StringValueStringString value to test the Identity attribute, Account attribute, or Entitlement 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, NOT_EQUALS, CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, or ENDS_WITH, this field is required. Otherwise, specifying it is an error.[optional]

Examples

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

[Back to top]