TokenListResult Class

The result of a request to list tokens for a container registry.

Inheritance
TokenListResult

Constructor

TokenListResult(*, value: Optional[List[azure.mgmt.containerregistry.v2019_05_01_preview.models._models_py3.Token]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[Token]

The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens.

next_link
str

The URI that can be used to request the next list of tokens.