NetworkACL interface

Network ACL

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

allow

Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

allow?: string[]

Property Value

string[]

deny

Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

deny?: string[]

Property Value

string[]