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

Result containing the properties and count of a ComplianceSnapshot request.

Attributes

  • category (type: String.t, default: nil) - The category of Findings matching.
  • 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/
  • projectDisplayName (type: String.t, default: nil) - The CRM resource display name that is closest to the snapshot the Findings belong to.
  • snapshotTime (type: DateTime.t, default: nil) - The snapshot time of the snapshot.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.