AccessControlListProperties interface
Access Control List Properties defines the resource properties.
- Extends
Properties
administrative |
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last synced timestamp. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
Property Details
administrativeState
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
administrativeState?: string
Property Value
string
configurationState
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
configurationState?: string
Property Value
string
lastSyncedTime
The last synced timestamp. NOTE: This property will not be serialized. It can only be populated by the server.
lastSyncedTime?: Date
Property Value
Date
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
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