AccessControlListPatchProperties interface
Access Control Lists patch properties.
Inherited 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 Property Details
aclsUrl
Access Control List file URL.
aclsUrl?: string
Property Value
string
Inherited From AccessControlListPatchableProperties.aclsUrl
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation
configurationType
Input method to configure Access Control List.
configurationType?: string
Property Value
string
Inherited From AccessControlListPatchableProperties.configurationType
dynamicMatchConfigurations
List of dynamic match configurations.
dynamicMatchConfigurations?: CommonDynamicMatchConfiguration[]
Property Value
Inherited From AccessControlListPatchableProperties.dynamicMatchConfigurations
matchConfigurations
List of match configurations.
matchConfigurations?: AccessControlListMatchConfiguration[]
Property Value
Inherited From AccessControlListPatchableProperties.matchConfigurations