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/apim:v1alpha.ts";

Entitlement stores data related to API Observation entitlement for a given project

interface Entitlement {
apiObservationEntitled?: boolean;
billingProjectNumber?: bigint;
readonly createTime?: Date;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
apiObservationEntitled?: boolean
[src]

Whether API Observation is entitled.

§
billingProjectNumber?: bigint
[src]

Project number of associated billing project that has Apigee and Advanced API Security entitled.

§
readonly createTime?: Date
[src]

Output only. The time of the entitlement creation.

§
name?: string
[src]

Identifier. The entitlement resource name projects/{project}/locations/{location}/entitlement

§
readonly updateTime?: Date
[src]

Output only. The time of the entitlement update.