SbeCredentialsResponse

data class SbeCredentialsResponse(val eceSecretName: String? = null, val secretLocation: String? = null, val secretName: String? = null)

secrets used for solution builder extension (SBE) partner extensibility.

Constructors

Link copied to clipboard
constructor(eceSecretName: String? = null, secretLocation: String? = null, secretName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eceSecretName: String? = null

secret name expected for Enterprise Cloud Engine (ECE).

Link copied to clipboard
val secretLocation: String? = null

secret URI stored in keyvault.

Link copied to clipboard
val secretName: String? = null

secret name stored in keyvault.