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";