AccessControlListPatch interface
The Access Control Lists patch resource definition.
- Extends
Properties
| acls |
Access Control List file URL. |
| annotation | Switch configuration description. |
| configuration |
Input method to configure Access Control List. |
| dynamic |
List of dynamic match configurations. |
| match |
List of match configurations. |
Inherited Properties
| tags | Resource tags |
Property Details
aclsUrl
Access Control List file URL.
aclsUrl?: string
Property Value
string
annotation
Switch configuration description.
annotation?: string
Property Value
string
configurationType
Input method to configure Access Control List.
configurationType?: string
Property Value
string
dynamicMatchConfigurations
List of dynamic match configurations.
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[]
Property Value
matchConfigurations
List of match configurations.
matchConfigurations?: AccessControlListMatchConfiguration[]
Property Value
Inherited Property Details
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TagsUpdate.tags