Share via


EffectiveIdentity Constructors

Definition

Overloads

EffectiveIdentity()
EffectiveIdentity(String, IList<String>, IList<String>, String, IdentityBlob, IList<String>)

EffectiveIdentity()

public EffectiveIdentity ();
Public Sub New ()

Applies to

EffectiveIdentity(String, IList<String>, IList<String>, String, IdentityBlob, IList<String>)

public EffectiveIdentity (string username, System.Collections.Generic.IList<string> datasets = default, System.Collections.Generic.IList<string> roles = default, string customData = default, Microsoft.PowerBI.Api.Models.IdentityBlob identityBlob = default, System.Collections.Generic.IList<string> reports = default);
new Microsoft.PowerBI.Api.Models.EffectiveIdentity : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * Microsoft.PowerBI.Api.Models.IdentityBlob * System.Collections.Generic.IList<string> -> Microsoft.PowerBI.Api.Models.EffectiveIdentity
Public Sub New (username As String, Optional datasets As IList(Of String) = Nothing, Optional roles As IList(Of String) = Nothing, Optional customData As String = Nothing, Optional identityBlob As IdentityBlob = Nothing, Optional reports As IList(Of String) = Nothing)

Parameters

username
String
datasets
IList<String>
roles
IList<String>
customData
String
identityBlob
IdentityBlob
reports
IList<String>

Applies to