GoogleApi.SecurityCenter.V1.Model.SecurityPolicy (google_api_security_center v0.39.0)

View Source

Information about the Google Cloud Armor security policy relevant to the finding.

Attributes

  • name (type: String.t, default: nil) - The name of the Google Cloud Armor security policy, for example, "my-security-policy".
  • preview (type: boolean(), default: nil) - Whether or not the associated rule or policy is in preview mode.
  • type (type: String.t, default: nil) - The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.SecurityPolicy{
  name: String.t() | nil,
  preview: boolean() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.