Skip to main content

PrivilegecriteriadtoGroupsInnerCriteriaItemsInner

Properties

NameTypeDescriptionNotes
TargetTypeEnum [ "group" ]The target type for the criteria item.[optional]
OperatorEnum [ "IN", "EQUALS", "NOT_EQUALS", "CONTAINS", "DOES_NOT_CONTAIN", "STARTS_WITH", "ENDS_WITH" ]The operator to apply to the property and values.[optional]
PropertyEnum [ "displayName", "description", "value" ][optional]
Values[]StringThe values to evaluate the property against.[optional]
IgnoreCaseBooleanWhether to ignore case when evaluating the property against the values.[optional] [default to $false]

Examples

  • Prepare the resource
$PrivilegecriteriadtoGroupsInnerCriteriaItemsInner = Initialize-PrivilegecriteriadtoGroupsInnerCriteriaItemsInner  -TargetType group `
-Operator IN `
-Property null `
-Values ["admin","superuser"] `
-IgnoreCase true
  • Convert the resource to JSON
$PrivilegecriteriadtoGroupsInnerCriteriaItemsInner | ConvertTo-JSON

[Back to top]