NamedValueValueFromKeyVault

data class NamedValueValueFromKeyVault(val identityClientId: String? = null, val secretId: String)

Constructors

Link copied to clipboard
constructor(identityClientId: String? = null, secretId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID of User Assigned Identity, for the API Management Service, which will be used to access the key vault secret. The System Assigned Identity will be used in absence.

Link copied to clipboard

The resource ID of the Key Vault Secret.