View Source GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource (google_api_cloud_asset v0.35.0)

The Google Cloud resources governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

Attributes

  • assetType (type: String.t, default: nil) - The asset type of the AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name Example: cloudresourcemanager.googleapis.com/Project See Cloud Asset Inventory Supported Asset Types for all supported asset types.
  • effectiveTags (type: list(GoogleApi.CloudAsset.V1.Model.EffectiveTagDetails.t), default: nil) - The effective tags on this resource.
  • folders (type: list(String.t), default: nil) - The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.
  • fullResourceName (type: String.t, default: nil) - The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of the Google Cloud resource.
  • organization (type: String.t, default: nil) - The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to an organization.
  • parent (type: String.t, default: nil) - The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of the parent of AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name.
  • project (type: String.t, default: nil) - The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the resource belongs to a project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource{
    assetType: String.t() | nil,
    effectiveTags:
      [GoogleApi.CloudAsset.V1.Model.EffectiveTagDetails.t()] | nil,
    folders: [String.t()] | nil,
    fullResourceName: String.t() | nil,
    organization: String.t() | nil,
    parent: String.t() | nil,
    project: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.