google_api_security_center v0.9.0 GoogleApi.SecurityCenter.V1.Model.Resource View Source

Information related to the Google Cloud resource that is associated with this finding.

Attributes

  • name (type: String.t, default: nil) - The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
  • parentDisplayName (type: String.t, default: nil) - The human readable name of resource's parent.
  • parentName (type: String.t, default: nil) - The full resource name of resource's parent.
  • projectDisplayName (type: String.t, default: nil) - The human readable name of project that the resource belongs to.
  • projectName (type: String.t, default: nil) - The full resource name of project that the resource belongs to.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.SecurityCenter.V1.Model.Resource{
  name: String.t(),
  parentDisplayName: String.t(),
  parentName: String.t(),
  projectDisplayName: String.t(),
  projectName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.