EffectiveIdentity Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
EffectiveIdentity() | |
EffectiveIdentity(String, IList<String>, IList<String>, String, IdentityBlob, IList<String>) |
EffectiveIdentity()
public EffectiveIdentity ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- username
- String
- customData
- String
- identityBlob
- IdentityBlob
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET