Get-DataGatewayClusterDatasourceUser
Gets a list of users who have access to the specified Power BI datasource on the specified gateway cluster
Syntax
Default (Default)
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
Parameter properties
| Type: | Guid |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | DatasourceId, Datasource, Id |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
-GatewayClusterId
Gateway cluster where the specific data source exists
Parameter properties
| Type: | Guid |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | Cluster, ClusterId |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.