Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateProviderRequest

    interface UpdateProviderRequest {
        authenticationType?: DeltaSharingAuthenticationType;
        cloud?: string;
        comment?: string;
        createdAt?: bigint;
        createdBy?: string;
        dataProviderGlobalMetastoreId?: string;
        metastoreId?: string;
        name?: string;
        nameArg?: string;
        newName?: string;
        owner?: string;
        recipientProfile?: RecipientProfile;
        recipientProfileStr?: string;
        region?: string;
        updatedAt?: bigint;
        updatedBy?: string;
    }
    Index

    Properties

    authenticationType?: DeltaSharingAuthenticationType
    cloud?: string

    Cloud vendor of the provider's UC metastore. This field is only present when the authentication_type is DATABRICKS.

    comment?: string

    Description about the provider.

    createdAt?: bigint

    Time at which this Provider was created, in epoch milliseconds.

    createdBy?: string

    Username of Provider creator.

    dataProviderGlobalMetastoreId?: string

    The global UC metastore id of the data provider. This field is only present when the authentication_type is DATABRICKS. The identifier is of format cloud:region:metastore-uuid.

    metastoreId?: string

    UUID of the provider's UC metastore. This field is only present when the authentication_type is DATABRICKS.

    name?: string

    The name of the Provider.

    nameArg?: string

    Name of the provider.

    newName?: string

    New name for the provider.

    owner?: string

    Username of Provider owner.

    recipientProfile?: RecipientProfile

    The recipient profile. This field is only present when the authentication_type is TOKEN or OAUTH_CLIENT_CREDENTIALS.

    recipientProfileStr?: string

    This field is required when the authentication_type is TOKEN, OAUTH_CLIENT_CREDENTIALS or not provided.

    region?: string

    Cloud region of the provider's UC metastore. This field is only present when the authentication_type is DATABRICKS.

    updatedAt?: bigint

    Time at which this Provider was created, in epoch milliseconds.

    updatedBy?: string

    Username of user who last modified Provider.