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

SimulatedResource

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

Manually constructed resource name. If the custom module evaluates against only the resource data, you can omit the iam_policy_data field. If it evaluates only the iam_policy_data field, you can omit the resource data.

interface SimulatedResource {
iamPolicyData?: Policy;
resourceData?: {
[key: string]: any;
}
;
resourceType?: string;
}

§Properties

§
iamPolicyData?: Policy
[src]

Optional. A representation of the IAM policy.

§
resourceData?: {
[key: string]: any;
}
[src]

Optional. A representation of the Google Cloud resource. Should match the Google Cloud resource JSON format.

§
resourceType?: string
[src]

Required. The type of the resource, for example, compute.googleapis.com/Disk.