Skip to main content

CreateprivilegecriteriarequestGroupsInnerCriteriaItemsInner

Properties

NameTypeDescriptionNotes
TargetTypeEnum [ "group" ]The target type of the criteria item.[optional]
OperatorEnum [ "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
$CreateprivilegecriteriarequestGroupsInnerCriteriaItemsInner = Initialize-CreateprivilegecriteriarequestGroupsInnerCriteriaItemsInner  -TargetType group `
-Operator null `
-Values ["admin","superuser"] `
-IgnoreCase true
  • Convert the resource to JSON
$CreateprivilegecriteriarequestGroupsInnerCriteriaItemsInner | ConvertTo-JSON

[Back to top]