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

CheckRequest

import type { CheckRequest } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";

Request message for the Check method.

interface CheckRequest {
attributes?: AttributeContext;
flags?: string;
resources?: ResourceInfo[];
serviceConfigId?: string;
}

§Properties

§

Describes attributes about the operation being executed by the service.

§
flags?: string
[src]

Optional. Contains a comma-separated list of flags.

§
resources?: ResourceInfo[]
[src]

Describes the resources and the policies applied to each resource.

§
serviceConfigId?: string
[src]

Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.