GetWorkspaceSharedKeysResult

data class GetWorkspaceSharedKeysResult(val primarySharedKey: String? = null, val secondarySharedKey: String? = null)

The shared keys for a workspace.

Constructors

Link copied to clipboard
constructor(primarySharedKey: String? = null, secondarySharedKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The primary shared key of a workspace.

Link copied to clipboard

The secondary shared key of a workspace.