PowerBIToken.CreateReportEmbedTokenWithScopes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public static Microsoft.PowerBI.Security.PowerBIToken CreateReportEmbedTokenWithScopes (string workspaceCollectionName, string workspaceId, string reportId = default, string datasetId = default, string username = default, System.Collections.Generic.IEnumerable<string> roles = default, System.Collections.Generic.IEnumerable<string> scopesList = default);
static member CreateReportEmbedTokenWithScopes : string * string * string * string * string * seq<string> * seq<string> -> Microsoft.PowerBI.Security.PowerBIToken
Public Shared Function CreateReportEmbedTokenWithScopes (workspaceCollectionName As String, workspaceId As String, Optional reportId As String = Nothing, Optional datasetId As String = Nothing, Optional username As String = Nothing, Optional roles As IEnumerable(Of String) = Nothing, Optional scopesList As IEnumerable(Of String) = Nothing) As PowerBIToken
パラメーター
- workspaceCollectionName
- String
- workspaceId
- String
- reportId
- String
- datasetId
- String
- username
- String
- roles
- IEnumerable<String>
- scopesList
- IEnumerable<String>
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET