ListCertificatesResult interface
Values returned by the List operation.
Properties
nextLink |
The continuation token.
|
value |
The collection of returned certificates.
|
Property Details
nextLink
The continuation token.
nextLink?: string
Property Value
value
The collection of returned certificates.
value?: Certificate[]
Property Value