View Source GoogleApi.Redis.V1beta1.Model.Compliance (google_api_redis v0.42.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.Redis.V1beta1.Model.Compliance{
  standard: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.