Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenListResult

Package version

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

Hierarchy

  • TokenListResult

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

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

Optional value

value: Token[]

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

Generated using TypeDoc