Skip to main content

Privilegecriteriadto

Properties

NameTypeDescriptionNotes
IdStringThe Id of the criteria.[optional]
SourceIdStringThe Id of the source that the criteria is applied to.[optional]
TypeEnum [ "CUSTOM", "CONNECTOR", "SINGLE_LEVEL" ]The type of criteria.[optional]
OperatorEnum [ "AND", "OR" ]The logical operator to apply between groups.[optional]
Groups[]PrivilegecriteriadtoGroupsInner[optional]
PrivilegeLevelEnum [ "HIGH", "MEDIUM", "LOW" ]The privilege level assigned by this criteria.[optional]

Examples

  • Prepare the resource
$Privilegecriteriadto = Initialize-Privilegecriteriadto  -Id 2c9180867817ac4d017817c491119a20 `
-SourceId c42c45d8d7c04d2da64d215cd8c32f21 `
-Type CUSTOM `
-Operator AND `
-Groups null `
-PrivilegeLevel HIGH
  • Convert the resource to JSON
$Privilegecriteriadto | ConvertTo-JSON

[Back to top]