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

View Source

Finding related to an issue.

Attributes

  • cve (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueFindingCve.t, default: nil) - The CVE of the finding.
  • name (type: String.t, default: nil) - The name of the finding.
  • securityBulletin (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin.t, default: nil) - The security bulletin of the finding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueFinding{
    cve:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueFindingCve.t()
      | nil,
    name: String.t() | nil,
    securityBulletin:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.