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

GoogleCloudIntegrationsV1alphaCertificate

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

The certificate definition

interface GoogleCloudIntegrationsV1alphaCertificate {
certificateStatus?: "STATE_UNSPECIFIED" | "ACTIVE" | "EXPIRED";
credentialId?: string;
description?: string;
displayName?: string;
readonly name?: string;
requestorId?: string;
readonly validEndTime?: Date;
readonly validStartTime?: Date;
}

§Properties

§
certificateStatus?: "STATE_UNSPECIFIED" | "ACTIVE" | "EXPIRED"
[src]

Status of the certificate

§
credentialId?: string
[src]

Immutable. Credential id that will be used to register with trawler INTERNAL_ONLY

§
description?: string
[src]

Description of the certificate

§
displayName?: string
[src]

Required. Name of the certificate

§
readonly name?: string
[src]

Output only. Auto generated primary key

§

Input only. Raw client certificate which would be registered with trawler

§
requestorId?: string
[src]

Immutable. Requestor ID to be used to register certificate with trawler

§
readonly validEndTime?: Date
[src]

Output only. The timestamp after which certificate will expire

§
readonly validStartTime?: Date
[src]

Output only. The timestamp after which certificate will be valid