Get Workspace Shared Keys Result
data class GetWorkspaceSharedKeysResult(val primarySharedKey: String? = null, val secondarySharedKey: String? = null)
The shared keys for a workspace.
The shared keys for a workspace.