GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount
import type { GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
The AWS account of the resource associated with the issue.
interface GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount {
id?: string;
name?: string;
}