SecretList interface

SecretList represents a list of Secrets

Properties

nextLink

The link used to get the next page of operations.

value

The list of secrets.

Property Details

The link used to get the next page of operations.

nextLink?: string

Property Value

string

value

The list of secrets.

value?: Secret[]

Property Value

Secret[]