GoogleApi.Container.V1.Model.CompliancePostureConfig (google_api_container v0.57.0)

View Source

CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture.

Attributes

  • complianceStandards (type: list(GoogleApi.Container.V1.Model.ComplianceStandard.t), default: nil) - List of enabled compliance standards.
  • mode (type: String.t, default: nil) - Defines the enablement mode for Compliance Posture.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.CompliancePostureConfig{
  complianceStandards:
    [GoogleApi.Container.V1.Model.ComplianceStandard.t()] | nil,
  mode: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.