AccessControlListPatch interface

The Access Control Lists patch resource definition.

Extends

Properties

aclsUrl

Access Control List file URL.

aclType

Access Control List (ACL) Type

annotation

Switch configuration description.

configurationType

Input method to configure Access Control List.

controlPlaneAclConfiguration

Access Control List (ACL) configurations.

defaultAction

Default action that needs to be applied when no condition is matched. Example: Permit | Deny.

deviceRole

Device Role

dynamicMatchConfigurations

List of dynamic match configurations.

globalAccessControlListActions

Global Access Control List (ACL) actions

matchConfigurations

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