CredentialDetails 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
CredentialDetails()
public CredentialDetails ();
Public Sub New ()
Applies to
CredentialDetails(PrivacyLevel, EncryptedConnection, ICredentialsEncryptor, Nullable<Boolean>)
protected CredentialDetails (Microsoft.PowerBI.Api.Models.PrivacyLevel privacyLevel, Microsoft.PowerBI.Api.Models.EncryptedConnection encryptedConnection, Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor credentialsEncryptor, bool? useEndUserOAuth2Credentials = default);
new Microsoft.PowerBI.Api.Models.CredentialDetails : Microsoft.PowerBI.Api.Models.PrivacyLevel * Microsoft.PowerBI.Api.Models.EncryptedConnection * Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor * Nullable<bool> -> Microsoft.PowerBI.Api.Models.CredentialDetails
Protected Sub New (privacyLevel As PrivacyLevel, encryptedConnection As EncryptedConnection, credentialsEncryptor As ICredentialsEncryptor, Optional useEndUserOAuth2Credentials As Nullable(Of Boolean) = Nothing)
Parameters
- privacyLevel
- PrivacyLevel
- encryptedConnection
- EncryptedConnection
- credentialsEncryptor
- ICredentialsEncryptor
Applies to
CredentialDetails(CredentialsBase, PrivacyLevel, EncryptedConnection, ICredentialsEncryptor, Nullable<Boolean>)
public CredentialDetails (Microsoft.PowerBI.Api.Models.Credentials.CredentialsBase credentialsBase, Microsoft.PowerBI.Api.Models.PrivacyLevel privacyLevel, Microsoft.PowerBI.Api.Models.EncryptedConnection encryptedConnection, Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor credentialsEncryptor = default, bool? useEndUserOAuth2Credentials = default);
new Microsoft.PowerBI.Api.Models.CredentialDetails : Microsoft.PowerBI.Api.Models.Credentials.CredentialsBase * Microsoft.PowerBI.Api.Models.PrivacyLevel * Microsoft.PowerBI.Api.Models.EncryptedConnection * Microsoft.PowerBI.Api.Extensions.Models.Credentials.ICredentialsEncryptor * Nullable<bool> -> Microsoft.PowerBI.Api.Models.CredentialDetails
Public Sub New (credentialsBase As CredentialsBase, privacyLevel As PrivacyLevel, encryptedConnection As EncryptedConnection, Optional credentialsEncryptor As ICredentialsEncryptor = Nothing, Optional useEndUserOAuth2Credentials As Nullable(Of Boolean) = Nothing)
Parameters
- credentialsBase
- CredentialsBase
- privacyLevel
- PrivacyLevel
- encryptedConnection
- EncryptedConnection
- credentialsEncryptor
- ICredentialsEncryptor
Applies to
CredentialDetails(String, CredentialType, EncryptedConnection, EncryptionAlgorithm, PrivacyLevel, Nullable<Boolean>, Nullable<Boolean>)
public CredentialDetails (string credentials, Microsoft.PowerBI.Api.Models.CredentialType credentialType, Microsoft.PowerBI.Api.Models.EncryptedConnection encryptedConnection, Microsoft.PowerBI.Api.Models.EncryptionAlgorithm encryptionAlgorithm, Microsoft.PowerBI.Api.Models.PrivacyLevel privacyLevel, bool? useCallerAADIdentity = default, bool? useEndUserOAuth2Credentials = default);
new Microsoft.PowerBI.Api.Models.CredentialDetails : string * Microsoft.PowerBI.Api.Models.CredentialType * Microsoft.PowerBI.Api.Models.EncryptedConnection * Microsoft.PowerBI.Api.Models.EncryptionAlgorithm * Microsoft.PowerBI.Api.Models.PrivacyLevel * Nullable<bool> * Nullable<bool> -> Microsoft.PowerBI.Api.Models.CredentialDetails
Public Sub New (credentials As String, credentialType As CredentialType, encryptedConnection As EncryptedConnection, encryptionAlgorithm As EncryptionAlgorithm, privacyLevel As PrivacyLevel, Optional useCallerAADIdentity As Nullable(Of Boolean) = Nothing, Optional useEndUserOAuth2Credentials As Nullable(Of Boolean) = Nothing)
Parameters
- credentials
- String
- credentialType
- CredentialType
- encryptedConnection
- EncryptedConnection
- encryptionAlgorithm
- EncryptionAlgorithm
- privacyLevel
- PrivacyLevel
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.