ContactCenter

class ContactCenter : KotlinCustomResource

Creates a new ContactCenter in a given project and location.

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
val contactCenterId: Output<String>

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 createTime: Output<String>

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
val displayName: Output<String>

A user friendly name for the ContactCenter.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

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

Labels as key value pairs

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

name of resource

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

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

Optional. Params that sets up Google as IdP.

Link copied to clipboard
val state: Output<String>

The state of this contact center.

Link copied to clipboard
val updateTime: Output<String>

Output only Update time stamp

Link copied to clipboard
val uris: Output<URIsResponse>

URIs to access the deployed ContactCenters.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userEmail: Output<String>

Optional. Email address of the first admin user.