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

View Source

A resource associated with the an issue.

Attributes

  • awsMetadata (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResourceAwsMetadata.t, default: nil) - The AWS metadata of the resource associated with the issue. Only populated for AWS resources.
  • azureMetadata (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResourceAzureMetadata.t, default: nil) - The Azure metadata of the resource associated with the issue. Only populated for Azure resources.
  • cloudProvider (type: String.t, default: nil) - The cloud provider of the resource associated with the issue.
  • displayName (type: String.t, default: nil) - The resource-type specific display name of the resource associated with the issue.
  • googleCloudMetadata (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata.t, default: nil) - The Google Cloud metadata of the resource associated with the issue. Only populated for Google Cloud resources.
  • name (type: String.t, default: nil) - The full resource name of the resource associated with the issue.
  • type (type: String.t, default: nil) - The type of the resource associated with the issue.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResource{
    awsMetadata:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResourceAwsMetadata.t()
      | nil,
    azureMetadata:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResourceAzureMetadata.t()
      | nil,
    cloudProvider: String.t() | nil,
    displayName: String.t() | nil,
    googleCloudMetadata:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata.t()
      | nil,
    name: String.t() | nil,
    type: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.