Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScopeMapListResult

Package version

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

Hierarchy

  • ScopeMapListResult

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

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

Optional value

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