Get Configuration Key Result
data class GetConfigurationKeyResult(val configurationStoreId: String, val contentType: String, val etag: String, val id: String, val key: String, val label: String? = null, val locked: Boolean, val tags: Map<String, String>, val type: String, val value: String, val vaultKeyReference: String)
A collection of values returned by getConfigurationKey.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The type of the App Configuration Key. It can either be kv
(simple key/value) or vault
(where the value is a reference to a Key Vault Secret.