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
Properties
Link copied to clipboard
Link copied to clipboard
The content type of the App Configuration Key.
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.
Link copied to clipboard
The ID of the vault secret this App Configuration Key refers to, when type
is vault
.