Package version:

Interface CredentialOperationsGetOptionalParams

Optional parameters.

interface CredentialOperationsGetOptionalParams {
    ifNoneMatch?: string;
}

Hierarchy

  • unknown
    • CredentialOperationsGetOptionalParams

Properties

Properties

ifNoneMatch?: string

ETag of the credential entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.