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

View Source

Result containing the properties and count of a VulnerabilitySnapshot request.

Attributes

  • cloudProvider (type: String.t, default: nil) - The cloud provider for the vulnerability snapshot.
  • findingCount (type: GoogleApi.SecurityCenter.V1.Model.VulnerabilityCountBySeverity.t, default: nil) - The vulnerability count by severity.
  • name (type: String.t, default: nil) - Identifier. The vulnerability snapshot name. Format: //locations//vulnerabilitySnapshots/
  • snapshotTime (type: DateTime.t, default: nil) - The time that the snapshot was taken.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.VulnerabilitySnapshot{
  cloudProvider: String.t() | nil,
  findingCount:
    GoogleApi.SecurityCenter.V1.Model.VulnerabilityCountBySeverity.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.