View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Resource (google_api_security_center v0.29.0)

Information related to the Google Cloud resource.

Attributes

  • folders (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Folder.t), default: nil) - Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
  • 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 project id that the resource belongs to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Resource{
    folders:
      [
        GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1p1beta1Folder.t()
      ]
      | nil,
    name: String.t() | nil,
    parent: String.t() | nil,
    parentDisplayName: String.t() | nil,
    project: String.t() | nil,
    projectDisplayName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.