ApiKeyListResult Class

The result of a request to list API keys.

Inheritance
ApiKeyListResult

Constructor

ApiKeyListResult(*, value: Optional[List[azure.mgmt.appconfiguration.models._models_py3.ApiKey]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[ApiKey]

The collection value.

next_link
str

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