Skip to main content

AccessCriteria

Properties

NameTypeDescriptionNotes
NameStringThe name of the access criteria grouping.[required]
ConflictingItems[]ConflictingitemThe list of access items that make up this side of the conflict.[required]

Examples

  • Prepare the resource
$AccessCriteria = Initialize-AccessCriteria  -Name money-in `
-ConflictingItems [{"id":"2c9180866166b5b0016167c32ef31a66","name":"Administrator","type":"ENTITLEMENT"}]
  • Convert the resource to JSON
$AccessCriteria | ConvertTo-JSON

[Back to top]