View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainCompliance (google_api_alloy_db v0.6.0)

Contains compliance information about a security standard indicating unmet recommendations.

Attributes

  • standard (type: String.t, default: nil) - Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
  • version (type: String.t, default: nil) - Version of the standard or benchmark, for example, 1.1

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainCompliance{
    standard: String.t() | nil,
    version: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.