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

Condition

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

This is deprecated and has no effect. Do not use.

interface Condition {
iam?:
| "APPROVER"
| "ATTRIBUTION"
| "AUTHORITY"
| "CREDENTIALS_TYPE"
| "CREDS_ASSERTION"
| "JUSTIFICATION_TYPE"
| "NO_ATTR"
| "SECURITY_REALM";
op?:
| "DISCHARGED"
| "EQUALS"
| "IN"
| "NOT_EQUALS"
| "NOT_IN"
| "NO_OP";
svc?: string;
sys?:
| "IP"
| "NAME"
| "NO_ATTR"
| "REGION"
| "SERVICE";
values?: string[];
}

§Properties

§
iam?: "APPROVER" | "ATTRIBUTION" | "AUTHORITY" | "CREDENTIALS_TYPE" | "CREDS_ASSERTION" | "JUSTIFICATION_TYPE" | "NO_ATTR" | "SECURITY_REALM"
[src]

This is deprecated and has no effect. Do not use.

§
op?: "DISCHARGED" | "EQUALS" | "IN" | "NOT_EQUALS" | "NOT_IN" | "NO_OP"
[src]

This is deprecated and has no effect. Do not use.

§
svc?: string
[src]

This is deprecated and has no effect. Do not use.

§
sys?: "IP" | "NAME" | "NO_ATTR" | "REGION" | "SERVICE"
[src]

This is deprecated and has no effect. Do not use.

§
values?: string[]
[src]

This is deprecated and has no effect. Do not use.