GenerateTokenRequest 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
GenerateTokenRequest() | |
GenerateTokenRequest(String, String, Nullable<Boolean>, IList<EffectiveIdentity>) |
GenerateTokenRequest()
public GenerateTokenRequest ();
Public Sub New ()
Applies to
GenerateTokenRequest(String, String, Nullable<Boolean>, IList<EffectiveIdentity>)
public GenerateTokenRequest (string accessLevel = null, string datasetId = null, Nullable<bool> allowSaveAs = null, System.Collections.Generic.IList<Microsoft.PowerBI.Api.V2.Models.EffectiveIdentity> identities = null);
new Microsoft.PowerBI.Api.V2.Models.GenerateTokenRequest : string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.V2.Models.EffectiveIdentity> -> Microsoft.PowerBI.Api.V2.Models.GenerateTokenRequest
Public Sub New (Optional accessLevel As String = null, Optional datasetId As String = null, Optional allowSaveAs As Nullable(Of Boolean) = null, Optional identities As IList(Of EffectiveIdentity) = null)
Parameters
- accessLevel
- System.String
- datasetId
- System.String
- allowSaveAs
- System.Nullable<System.Boolean>
- identities
- System.Collections.Generic.IList<EffectiveIdentity>