EffectiveIdentity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| 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
- customData
- String
- identityBlob
- IdentityBlob