Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudSecuritycenterV2Resource

import type { GoogleCloudSecuritycenterV2Resource } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Information related to the Google Cloud resource.

interface GoogleCloudSecuritycenterV2Resource {
cloudProvider?:
| "CLOUD_PROVIDER_UNSPECIFIED"
| "GOOGLE_CLOUD_PLATFORM"
| "AMAZON_WEB_SERVICES"
| "MICROSOFT_AZURE";
displayName?: string;
gcpMetadata?: GcpMetadata;
location?: string;
name?: string;
resourcePathString?: string;
service?: string;
type?: string;
}

§Properties

§

The AWS metadata associated with the finding.

§
cloudProvider?: "CLOUD_PROVIDER_UNSPECIFIED" | "GOOGLE_CLOUD_PLATFORM" | "AMAZON_WEB_SERVICES" | "MICROSOFT_AZURE"
[src]

Indicates which cloud provider the finding is from.

§
displayName?: string
[src]

The human readable name of the resource.

§
gcpMetadata?: GcpMetadata
[src]

The GCP metadata associated with the finding.

§
location?: string
[src]

The region or location of the service (if applicable).

§
name?: string
[src]
§

Provides the path to the resource within the resource hierarchy.

§
resourcePathString?: string
[src]

A string representation of the resource path. For Google Cloud, it has the format of organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id} where there can be any number of folders. For AWS, it has the format of org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id} where there can be any number of organizational units. For Azure, it has the format of mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name} where there can be any number of management groups.

§
service?: string
[src]

The service or resource provider associated with the resource.

§
type?: string
[src]

The full resource type of the resource.