Package version:

Interface CredentialOperationsCreateOrUpdateOptionalParams

Optional parameters.

interface CredentialOperationsCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • CredentialOperationsCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

ETag of the credential entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.