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

ServiceStates

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

The state of the service.

interface ServiceStates {
readonly iamPermissions?: IAMPermission[];
readonly state?:
| "STATE_UNSPECIFIED"
| "CONFIG_FAILURE"
| "IAM_FAILURE"
| "FUNCTIONALITY_FAILURE"
| "ENABLED"
| "DISABLED";
}

§Properties

§
readonly iamPermissions?: IAMPermission[]
[src]

Optional. Output only. The IAM permissions for the service.

§
readonly state?: "STATE_UNSPECIFIED" | "CONFIG_FAILURE" | "IAM_FAILURE" | "FUNCTIONALITY_FAILURE" | "ENABLED" | "DISABLED"
[src]

Output only. The overall state of the service.