EncryptionSettingsResponse

data class EncryptionSettingsResponse(val containerAppAuthEncryptionSecretName: String? = null, val containerAppAuthSigningSecretName: String? = null)

The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.

Constructors

Link copied to clipboard
constructor(containerAppAuthEncryptionSecretName: String? = null, containerAppAuthSigningSecretName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The secret name which is referenced for EncryptionKey.

Link copied to clipboard

The secret name which is referenced for SigningKey.