Databricks SDK for JavaScript
    Preparing search index...

    Interface AccountsUpdateStorageCredentialRequest

    The storage credential to update.

    interface AccountsUpdateStorageCredentialRequest {
        accountId?: string;
        credentialInfo?: UpdateAccountsStorageCredential;
        metastoreId?: string;
        nameArg?: string;
        skipValidation?: boolean;
    }
    Index

    Properties

    accountId?: string

    account ID of any type. For non-E2 account types, get your account ID from the Accounts Console

    metastoreId?: string

    Unity Catalog metastore ID

    nameArg?: string

    Name of the storage credential.

    skipValidation?: boolean

    Optional. Supplying true to this argument skips validation of the updated set of credentials.