ListConfigurationStoreKeysResult

data class ListConfigurationStoreKeysResult(val nextLink: String? = null, val value: List<ApiKeyResponse>? = null)

The result of a request to list API keys.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<ApiKeyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The URI that can be used to request the next set of paged results.

Link copied to clipboard
val value: List<ApiKeyResponse>? = null

The collection value.