GetContactCenterResult

data class GetContactCenterResult(val adminUser: AdminUserResponse, val ccaipManagedUsers: Boolean, val createTime: String, val customerDomainPrefix: String, val displayName: String, val instanceConfig: InstanceConfigResponse, val labels: Map<String, String>, val name: String, val samlParams: SAMLParamsResponse, val state: String, val updateTime: String, val uris: URIsResponse, val userEmail: String)

Constructors

Link copied to clipboard
fun GetContactCenterResult(adminUser: AdminUserResponse, ccaipManagedUsers: Boolean, createTime: String, customerDomainPrefix: String, displayName: String, instanceConfig: InstanceConfigResponse, labels: Map<String, String>, name: String, samlParams: SAMLParamsResponse, state: String, updateTime: String, uris: URIsResponse, userEmail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Output only Create time stamp

Link copied to clipboard

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

Link copied to clipboard

A user friendly name for the ContactCenter.

Link copied to clipboard

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

Link copied to clipboard

Labels as key value pairs

Link copied to clipboard

name of resource

Link copied to clipboard

Optional. Params that sets up Google as IdP.

Link copied to clipboard

The state of this contact center.

Link copied to clipboard

Output only Update time stamp

Link copied to clipboard

URIs to access the deployed ContactCenters.

Link copied to clipboard

Optional. Email address of the first admin user.