GetHybridConnectionResult

data class GetHybridConnectionResult(val createdAt: String, val id: String, val listenerCount: Int, val name: String, val requiresClientAuthorization: Boolean? = null, val type: String, val updatedAt: String, val userMetadata: String? = null)

Description of hybrid connection resource.

Constructors

Link copied to clipboard
constructor(createdAt: String, id: String, listenerCount: Int, name: String, requiresClientAuthorization: Boolean? = null, type: String, updatedAt: String, userMetadata: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the hybrid connection was created.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.

Link copied to clipboard

Resource name.

Link copied to clipboard

Returns true if client authorization is needed for this hybrid connection; otherwise, false.

Link copied to clipboard

Resource type.

Link copied to clipboard

The time the namespace was updated.

Link copied to clipboard
val userMetadata: String? = null

The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored.