TokenListResult interface
The result of a request to list tokens for a container registry.
Properties
next |
The URI that can be used to request the next list of tokens. |
value | The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. |
Property Details
nextLink
The URI that can be used to request the next list of tokens.
nextLink?: string
Property Value
string
value
The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens.
value?: Token[]
Property Value
Token[]