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

EnterpriseCrmEventbusProtoSuspensionResolutionInfo

import type { EnterpriseCrmEventbusProtoSuspensionResolutionInfo } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoSuspensionResolutionInfo {
clientId?: string;
createdTimestamp?: Date;
encryptedSuspensionResolutionInfo?: Uint8Array;
eventExecutionInfoId?: string;
lastModifiedTimestamp?: Date;
product?:
| "UNSPECIFIED_PRODUCT"
| "IP"
| "APIGEE"
| "SECURITY";
status?:
| "PENDING_UNSPECIFIED"
| "REJECTED"
| "LIFTED"
| "CANCELED";
suspensionId?: string;
taskNumber?: string;
workflowName?: string;
wrappedDek?: Uint8Array;
}

§Properties

§
clientId?: string
[src]

The event data user sends as request.

§

KMS info, used by cmek/gmek integration

§
createdTimestamp?: Date
[src]

Auto-generated.

§
encryptedSuspensionResolutionInfo?: Uint8Array
[src]

Encrypted SuspensionResolutionInfo

§
eventExecutionInfoId?: string
[src]

Required. ID of the associated execution.

§

The origin of the suspension for periodic notifications.

§
lastModifiedTimestamp?: Date
[src]

Auto-generated.

§
product?: "UNSPECIFIED_PRODUCT" | "IP" | "APIGEE" | "SECURITY"
[src]

Which Google product the suspension belongs to. If not set, the suspension belongs to Integration Platform by default.

§
status?: "PENDING_UNSPECIFIED" | "REJECTED" | "LIFTED" | "CANCELED"
[src]
§
suspensionId?: string
[src]

Primary key for the SuspensionResolutionInfoTable.

§
taskNumber?: string
[src]

Required. Task number of the associated SuspensionTask.

§
workflowName?: string
[src]

Required. The name of the originating workflow.

§
wrappedDek?: Uint8Array
[src]

Wrapped dek