GetConfigurationKeysResult

data class GetConfigurationKeysResult(val configurationStoreId: String, val id: String, val items: List<GetConfigurationKeysItem>, val key: String? = null, val label: String? = null)

A collection of values returned by getConfigurationKeys.

Constructors

Link copied to clipboard
constructor(configurationStoreId: String, id: String, items: List<GetConfigurationKeysItem>, key: String? = null, label: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of items blocks as defined below.

Link copied to clipboard
val key: String? = null

The name of the App Configuration Key.

Link copied to clipboard
val label: String? = null

The label of the App Configuration Key.