GetConfigurationKeysItem

data class GetConfigurationKeysItem(val contentType: String, val etag: String, val key: String, val label: String, val locked: Boolean, val tags: Map<String, String>, val type: String, val value: String, val vaultKeyReference: String)

Constructors

Link copied to clipboard
constructor(contentType: String, etag: String, key: String, label: String, locked: Boolean, tags: Map<String, String>, type: String, value: String, vaultKeyReference: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content type of the App Configuration Key.

Link copied to clipboard

The ETag of the key.

Link copied to clipboard
val key: String

The name of the App Configuration Keys to look up.

Link copied to clipboard

The label of the App Configuration Keys tp look up.

Link copied to clipboard

Is this App Configuration Key be Locked to prevent changes.

Link copied to clipboard

A mapping of tags assigned to the resource.

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 value of the App Configuration Key.

Link copied to clipboard

The ID of the vault secret this App Configuration Key refers to, when type is vault.