Share via


PolicyRule type

Enum representing different network policy rules.
KnownPolicyRule can be used interchangeably with PolicyRule, this enum contains the known values that the service supports.

Known values supported by the service

DenyAll: Deny all network traffic.
AllowAll: Allow all network traffic.
AllowSameNamespace: Allow traffic within the same namespace.

type PolicyRule = string