UserSecretStoreResponse

data class UserSecretStoreResponse(val keyVaultId: String? = null, val keyVaultUri: String? = null)

Properties of a user's secret store.

Constructors

Link copied to clipboard
constructor(keyVaultId: String? = null, keyVaultUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyVaultId: String? = null

The ID of the user's Key vault.

Link copied to clipboard
val keyVaultUri: String? = null

The URI of the user's Key vault.