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

ContactCenter

import type { ContactCenter } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";

Message describing ContactCenter object Next ID: 22

interface ContactCenter {
adminUser?: AdminUser;
ccaipManagedUsers?: boolean;
readonly createTime?: Date;
customerDomainPrefix?: string;
displayName?: string;
early?: Early;
instanceConfig?: InstanceConfig;
kmsKey?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
normal?: Normal;
readonly privateComponents?: string[];
samlParams?: SAMLParams;
readonly state?:
| "STATE_UNSPECIFIED"
| "STATE_DEPLOYING"
| "STATE_DEPLOYED"
| "STATE_TERMINATING"
| "STATE_FAILED"
| "STATE_TERMINATING_FAILED"
| "STATE_TERMINATED"
| "STATE_IN_GRACE_PERIOD";
readonly updateTime?: Date;
readonly uris?: URIs;
userEmail?: string;
}

§Properties

§
adminUser?: AdminUser
[src]

Optional. Info about the first admin user, such as given name and family name.

§
ccaipManagedUsers?: boolean
[src]

Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity

§
readonly createTime?: Date
[src]

Output only. [Output only] Create time stamp

§
customerDomainPrefix?: string
[src]

Required. Immutable. At least 2 and max 16 char long, must conform to RFC 1035.

§
displayName?: string
[src]

Required. A user friendly name for the ContactCenter.

§
early?: Early
[src]

Optional. Early release channel.

§
instanceConfig?: InstanceConfig
[src]

The configuration of this instance, it is currently immutable once created.

§
kmsKey?: string
[src]

Immutable. The KMS key name to encrypt the user input (ContactCenter).

§
labels?: {
[key: string]: string;
}
[src]

Labels as key value pairs

§
name?: string
[src]

name of resource

§
normal?: Normal
[src]

Optional. Normal release channel.

§
readonly privateComponents?: string[]
[src]

Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.

§
samlParams?: SAMLParams
[src]

Optional. Params that sets up Google as IdP.

§
readonly state?: "STATE_UNSPECIFIED" | "STATE_DEPLOYING" | "STATE_DEPLOYED" | "STATE_TERMINATING" | "STATE_FAILED" | "STATE_TERMINATING_FAILED" | "STATE_TERMINATED" | "STATE_IN_GRACE_PERIOD"
[src]

Output only. The state of this contact center.

§
readonly updateTime?: Date
[src]

Output only. [Output only] Update time stamp

§
readonly uris?: URIs
[src]

Output only. URIs to access the deployed ContactCenters.

§
userEmail?: string
[src]

Optional. Email address of the first admin user.