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

SimulateSecurityHealthAnalyticsCustomModuleRequest

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

Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.

interface SimulateSecurityHealthAnalyticsCustomModuleRequest {
resource?: SimulatedResource;
}

§Properties

§

Required. The custom configuration that you need to test.

§

Required. Resource data to simulate custom module against.