Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateListByServiceNextOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • CertificateListByServiceNextOptionalParams

Index

Properties

Optional filter

filter: undefined | string

| Field | Usage | Supported operators | Supported functions |
|-------------|-------------|-------------|-------------|
| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| subject | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| thumbprint | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| expirationDate | filter | ge, le, eq, ne, gt, lt | |

Optional isKeyVaultRefreshFailed

isKeyVaultRefreshFailed: undefined | false | true

When set to true, the response contains only certificates entities which failed refresh.

Optional skip

skip: undefined | number

Number of records to skip.

Optional top

top: undefined | number

Number of records to return.

Generated using TypeDoc