Databricks SDK for JavaScript
    Preparing search index...
    interface MicrosoftTeamsConfig {
        appId?: string;
        appIdSet?: boolean;
        authSecret?: string;
        authSecretSet?: boolean;
        channelUrl?: string;
        channelUrlSet?: boolean;
        tenantId?: string;
        tenantIdSet?: boolean;
        url?: string;
        urlSet?: boolean;
    }
    Index

    Properties

    appId?: string

    [Input-Only] App ID for Microsoft Teams App.

    appIdSet?: boolean

    [Output-Only] Whether App ID is set.

    authSecret?: string

    [Input-Only] Secret for Microsoft Teams App authentication.

    authSecretSet?: boolean

    [Output-Only] Whether secret is set.

    channelUrl?: string

    [Input-Only] Channel URL for Microsoft Teams App.

    channelUrlSet?: boolean

    [Output-Only] Whether Channel URL is set.

    tenantId?: string

    [Input-Only] Tenant ID for Microsoft Teams App.

    tenantIdSet?: boolean

    [Output-Only] Whether Tenant ID is set.

    url?: string

    [Input-Only] URL for Microsoft Teams webhook.

    urlSet?: boolean

    [Output-Only] Whether URL is set.