AccessControlListPatch interface
The Access Control Lists patch resource definition.
- Extends
Properties
| acls |
Access Control List file URL. |
| acl |
Access Control List (ACL) Type |
| annotation | Switch configuration description. |
| configuration |
Input method to configure Access Control List. |
| control |
Access Control List (ACL) configurations. |
| default |
Default action that needs to be applied when no condition is matched. Example: Permit | Deny. |
| device |
Device Role |
| dynamic |
List of dynamic match configurations. |
| global |
Global Access Control List (ACL) actions |
| match |
List of match configurations. |
Inherited Properties
| tags | Resource tags. |
Property Details
aclsUrl
Access Control List file URL.
aclsUrl?: string
Property Value
string
aclType
Access Control List (ACL) Type
aclType?: 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
controlPlaneAclConfiguration
Access Control List (ACL) configurations.
controlPlaneAclConfiguration?: ControlPlaneAclPatchProperties[]
Property Value
defaultAction
Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
defaultAction?: string
Property Value
string
deviceRole
Device Role
deviceRole?: string
Property Value
string
dynamicMatchConfigurations
List of dynamic match configurations.
dynamicMatchConfigurations?: CommonDynamicMatchConfigurationPatch[]
Property Value
globalAccessControlListActions
Global Access Control List (ACL) actions
globalAccessControlListActions?: GlobalAccessControlListActionPatchProperties
Property Value
matchConfigurations
List of match configurations.
matchConfigurations?: AccessControlListMatchConfigurationPatch[]
Property Value
Inherited Property Details
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TagsUpdate.tags