View Source GoogleApi.SecurityCenter.V1.Model.Compliance (google_api_security_center v0.29.0)

Contains compliance information about a security standard indicating unmet recommendations.

Attributes

  • ids (type: list(String.t), default: nil) - Policies within the standard or benchmark, for example, A.12.4.1
  • 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.SecurityCenter.V1.Model.Compliance{
  ids: [String.t()] | nil,
  standard: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.