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

GoogleCloudSecuritycenterV2IssueResource

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

A resource associated with the an issue.

interface GoogleCloudSecuritycenterV2IssueResource {
cloudProvider?:
| "CLOUD_PROVIDER_UNSPECIFIED"
| "GOOGLE_CLOUD"
| "AMAZON_WEB_SERVICES"
| "MICROSOFT_AZURE";
displayName?: string;
name?: string;
type?: string;
}

§Properties

§

The AWS metadata of the resource associated with the issue. Only populated for AWS resources.

§

The Azure metadata of the resource associated with the issue. Only populated for Azure resources.

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

The cloud provider of the resource associated with the issue.

§
displayName?: string
[src]

The resource-type specific display name of the resource associated with the issue.

§

The Google Cloud metadata of the resource associated with the issue. Only populated for Google Cloud resources.

§
name?: string
[src]

The full resource name of the resource associated with the issue.

§
type?: string
[src]

The type of the resource associated with the issue.