Enum AuthorizationPolicy.Types.Action (1.0.0-beta02)

public enum Action

Possible values that define what action to take.

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Fields

NameDescription
Allow

Grant access.

Deny

Deny access. Deny rules should be avoided unless they are used to provide a default "deny all" fallback.

Unspecified

Default value.