AppSecret

data class AppSecret(val name: String, val value: String)

Constructors

Link copied to clipboard
fun AppSecret(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Secret name.

Link copied to clipboard

The value for this secret. !>Note: Secrets cannot be removed from the service once added, attempting to do so will result in an error. Their values may be zeroed, i.e. set to "", but the named secret must persist. This is due to a technical limitation on the service which causes the service to become unmanageable. See this issue for more details.