Databricks SDK for JavaScript
    Preparing search index...

    Interface AccountsCreateStorageCredentialRequest

    interface AccountsCreateStorageCredentialRequest {
        accountId?: string;
        credentialInfo?: CreateAccountsStorageCredential;
        metastoreId?: 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

    skipValidation?: boolean

    Optional, default false. Supplying true to this argument skips validation of the created set of credentials.