GenerateTokenRequestV2 Constructors

Definition

Overloads

GenerateTokenRequestV2()
GenerateTokenRequestV2(IList<GenerateTokenRequestV2Dataset>, IList<GenerateTokenRequestV2Report>, IList<GenerateTokenRequestV2TargetWorkspace>, IList<EffectiveIdentity>)

GenerateTokenRequestV2()

public GenerateTokenRequestV2 ();
Public Sub New ()

Applies to

GenerateTokenRequestV2(IList<GenerateTokenRequestV2Dataset>, IList<GenerateTokenRequestV2Report>, IList<GenerateTokenRequestV2TargetWorkspace>, IList<EffectiveIdentity>)

public GenerateTokenRequestV2 (System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Dataset> datasets = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Report> reports = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2TargetWorkspace> targetWorkspaces = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.EffectiveIdentity> identities = default);
new Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2 : System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Dataset> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2Report> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2TargetWorkspace> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.EffectiveIdentity> -> Microsoft.PowerBI.Api.Models.GenerateTokenRequestV2
Public Sub New (Optional datasets As IList(Of GenerateTokenRequestV2Dataset) = Nothing, Optional reports As IList(Of GenerateTokenRequestV2Report) = Nothing, Optional targetWorkspaces As IList(Of GenerateTokenRequestV2TargetWorkspace) = Nothing, Optional identities As IList(Of EffectiveIdentity) = Nothing)

Parameters

identities
IList<EffectiveIdentity>

Applies to