AppaccessprofileselectorAccountMatchConfigMatchExpression
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MatchTerms | []Matchterm | [optional] | |
| And | Boolean | If it is AND operators for match terms | [optional] [default to $true] |
Examples
- Prepare the resource
$AppaccessprofileselectorAccountMatchConfigMatchExpression = Initialize-AppaccessprofileselectorAccountMatchConfigMatchExpression -MatchTerms [{"name":"","value":"","op":null,"container":true,"and":false,"children":[{"name":"businessCategory","value":"Service","op":"eq","container":false,"and":false,"children":null}]}] `
-And true
- Convert the resource to JSON
$AppaccessprofileselectorAccountMatchConfigMatchExpression | ConvertTo-JSON