GoogleCloudIntegrationsV1alphaSfdcChannel
import type { GoogleCloudIntegrationsV1alphaSfdcChannel } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
The SfdcChannel that points to a CDC or Platform Event Channel.
interface GoogleCloudIntegrationsV1alphaSfdcChannel {
channelTopic?: string;
readonly createTime?: Date;
readonly deleteTime?: Date;
description?: string;
displayName?: string;
readonly isActive?: boolean;
readonly lastReplayId?: string;
name?: string;
readonly updateTime?: Date;
}§Properties
§
channelTopic?: string
[src]Required. The Channel topic defined by salesforce once an channel is opened
§
readonly deleteTime?: Date
[src]Output only. Time when the channel was deleted. Empty if not deleted.
§
readonly isActive?: boolean
[src]Output only. Indicated if a channel has any active integrations referencing it. Set to false when the channel is created, and set to true if there is any integration published with the channel configured in it.