Add-DataGatewayClusterDatasourceUser
授與用戶許可權,以使用指定的Power BI資料源。
語法
Add-DataGatewayClusterDatasourceUser
-GatewayClusterId <Guid>
-GatewayClusterDatasourceId <Guid>
-DatasourceUserAccessRight <DatasourceUserAccessRight>
-Identifier <Guid>
[-UserEmailAddress <String>]
[<CommonParameters>]
Add-DataGatewayClusterDatasourceUser
-GatewayClusterId <Guid>
-GatewayClusterDatasourceId <Guid>
-DatasourceUserAccessRight <DatasourceUserAccessRight>
[-Identifier <Guid>]
-UserEmailAddress <String>
[<CommonParameters>]
Description
授與用戶許可權,以使用指定的Power BI資料源。
範例
範例 1
PS C:\> Add-DataGatewayClusterDatasourceUser -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804 -DatasourceUserAccessRight Read -UserEmailAddress testEmail@tenant.com
為數據源授與對 『testUpn@tenant.com』 的讀取許可權。
範例 2
PS C:\> Add-DataGatewayClusterDatasourceUser -GatewayClusterId DC8F2C49-5731-4B27-966B-3DB5094C2E77 -GatewayClusterDatasourceId 64C574B7-86C6-4560-B710-40AC18990804 -DatasourceUserAccessRight Read -Identifier 8F4FD111-57EE-4E99-B65C-3DC0EFB1479D
使用數據源的指定物件標識符,授與主體的讀取許可權。
參數
-DatasourceUserAccessRight
此數據源的用戶許可權。 它可以是 Read 或 ReadOverrideEffectiveIdentity。 讀取許可權提供數據源的讀取許可權。 ReadOverrideEffectiveIdentity 表示使用者可以覆寫 Power BI Embedded 的有效身分識別。 如需詳細資訊,請參閱 DatasourceUserAccessRight。
類型: | DatasourceUserAccessRight |
接受的值: | Read, ReadOverrideEffectiveIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-GatewayClusterDatasourceId
使用者為其授與許可權的數據源。
類型: | Guid |
別名: | DatasourceId, Datasource |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-GatewayClusterId
數據源所屬的閘道叢集。
類型: | Guid |
別名: | Cluster, Id |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Identifier
使用者/群組/服務主體的 Principal objectId。
類型: | Guid |
別名: | ObjectId |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-UserEmailAddress
要新增之使用者的電子郵件位址
類型: | String |
別名: | User, EmailAddress |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
System.Void