ContactCenterArgs

data class ContactCenterArgs(val adminUser: Output<AdminUserArgs>? = null, val ccaipManagedUsers: Output<Boolean>? = null, val contactCenterId: Output<String>? = null, val customerDomainPrefix: Output<String>? = null, val displayName: Output<String>? = null, val instanceConfig: Output<InstanceConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val samlParams: Output<SAMLParamsArgs>? = null, val userEmail: Output<String>? = null) : ConvertibleToJava<ContactCenterArgs>

Creates a new ContactCenter in a given project and location.

Constructors

Link copied to clipboard
fun ContactCenterArgs(adminUser: Output<AdminUserArgs>? = null, ccaipManagedUsers: Output<Boolean>? = null, contactCenterId: Output<String>? = null, customerDomainPrefix: Output<String>? = null, displayName: Output<String>? = null, instanceConfig: Output<InstanceConfigArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, samlParams: Output<SAMLParamsArgs>? = null, userEmail: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ContactCenterArgs

Properties

Link copied to clipboard
val adminUser: Output<AdminUserArgs>? = null

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

Link copied to clipboard
val ccaipManagedUsers: Output<Boolean>? = null

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

Link copied to clipboard
val contactCenterId: Output<String>? = null

Required. Id of the requesting object If auto-generating Id server-side, remove this field and contact_center_id from the method_signature of Create RPC

Link copied to clipboard
val customerDomainPrefix: Output<String>? = null

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

Link copied to clipboard
val displayName: Output<String>? = null

A user friendly name for the ContactCenter.

Link copied to clipboard
val instanceConfig: Output<InstanceConfigArgs>? = null

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

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels as key value pairs

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

name of resource

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val requestId: Output<String>? = null

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val samlParams: Output<SAMLParamsArgs>? = null

Optional. Params that sets up Google as IdP.

Link copied to clipboard
val userEmail: Output<String>? = null

Optional. Email address of the first admin user.