Package version:

Interface ScopeMapListResult

The result of a request to list scope maps for a container registry.

Hierarchy

  • ScopeMapListResult

Properties

Properties

nextLink?: string

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

value?: ScopeMap[]

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

Generated using TypeDoc