EceDeploymentSecretsResponse

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

Protected parameters list stored in keyvault.

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) deployment.

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.