AccessControlListPatchableProperties interface
Access Control List Patch Properties defines the patchable resource properties.
Properties
acls |
Access Control List file URL. |
configuration |
Input method to configure Access Control List. |
dynamic |
List of dynamic match configurations. |
match |
List of match configurations. |
Property Details
aclsUrl
Access Control List file URL.
aclsUrl?: 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[]