Package version:

Interface PowerBIWorkspaceLinkedService

Power BI Workspace linked service.

Hierarchy

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

The integration runtime reference.

description?: string

Linked service description.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

tenantId: string

The tenant id to which the Power BI workspace belongs.

type: "PowerBIWorkspace"

Polymorphic discriminator, which specifies the different types this object can be

workspaceId: string

The Power BI workspace id.

Generated using TypeDoc