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

Entitlement

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

Details of the Entitlement resource.

interface Entitlement {
cloudAccountDetails?: CloudAccountDetails;
readonly entitlementId?: string;
name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "ACCOUNT_NOT_LINKED"
| "ACCOUNT_NOT_ACTIVE"
| "ACTIVE";
}

§Properties

§
cloudAccountDetails?: CloudAccountDetails
[src]

Details of the OCI Cloud Account.

§
readonly entitlementId?: string
[src]

Output only. Google Cloud Marketplace order ID (aka entitlement ID)

§
name?: string
[src]

Identifier. The name of the Entitlement resource with the format: projects/{project}/locations/{region}/entitlements/{entitlement}

§
readonly state?: "STATE_UNSPECIFIED" | "ACCOUNT_NOT_LINKED" | "ACCOUNT_NOT_ACTIVE" | "ACTIVE"
[src]

Output only. Entitlement State.