PrivateEndpointACL interface
ACL for a private endpoint
- Extends
Properties
name | Name of the private endpoint connection |
Inherited Properties
allow | Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. |
deny | Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. |
Property Details
name
Name of the private endpoint connection
name: string
Property Value
string
Inherited Property Details
allow
Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
allow?: string[]
Property Value
string[]
Inherited From NetworkACL.allow
deny
Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.
deny?: string[]
Property Value
string[]
Inherited From NetworkACL.deny