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

View Source

Result containing the properties and count of a ComplianceSnapshot request.

Attributes

  • category (type: String.t, default: nil) - The category of Findings matching.
  • cloudProvider (type: String.t, default: nil) - The cloud provider for the compliance snapshot.
  • complianceStandard (type: String.t, default: nil) - The compliance standard (ie CIS).
  • complianceVersion (type: String.t, default: nil) - The compliance version (ie 1.3) in CIS 1.3.
  • count (type: String.t, default: nil) - Total count of findings for the given properties.
  • leafContainerResource (type: String.t, default: nil) - The leaf container resource name that is closest to the snapshot.
  • name (type: String.t, default: nil) - The compliance snapshot name. Format: //sources//complianceSnapshots/
  • snapshotTime (type: DateTime.t, default: nil) - The snapshot time of the snapshot.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.ComplianceSnapshot{
  category: String.t() | nil,
  cloudProvider: String.t() | nil,
  complianceStandard: String.t() | nil,
  complianceVersion: String.t() | nil,
  count: String.t() | nil,
  leafContainerResource: String.t() | nil,
  name: String.t() | nil,
  snapshotTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.