Get-DataGatewayClusterDatasourceUser

Gets a list of users who have access to the specified Power BI datasource on the specified gateway cluster

Syntax

Get-DataGatewayClusterDatasourceUser
   -GatewayClusterId <Guid>
   -GatewayClusterDatasourceId <Guid>
   [<CommonParameters>]

Description

Gets a list of users who have access to the specified Power BI datasource on the specified cluster

Examples

Example 1

PS C:\> Get-DataGatewayClusterDatasourceUser -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804

Get the data source users for the specified data source ID DC8F2C49-5731-4B27-966B-3DB5094C2E77 on gateway cluster ID 64C574B7-86C6-4560-B710-40AC18990804

Parameters

-GatewayClusterDatasourceId

Data source for which relevant users are being fetched

Type:Guid
Aliases:DatasourceId, Datasource, Id
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-GatewayClusterId

Gateway cluster where the specific data source exists

Type:Guid
Aliases:Cluster, ClusterId
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.DataMovement.Powershell.GatewayClient.Gateways.Entities.UserAccessRightEntry