google_api_security_center v0.14.1 GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Resource View Source

Information related to the Google Cloud resource.

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
  • parent (type: String.t, default: nil) - The full resource name of resource's parent.
  • parentDisplayName (type: String.t, default: nil) - The human readable name of resource's parent.
  • project (type: String.t, default: nil) - The full resource name of project that the resource belongs to.
  • projectDisplayName (type: String.t, default: nil) - The human readable 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

Specs

t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Resource{
    name: String.t(),
    parent: String.t(),
    parentDisplayName: String.t(),
    project: String.t(),
    projectDisplayName: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.