Aracılığıyla paylaş


CredentialDetails Constructors

Definition

Overloads

CredentialDetails()
CredentialDetails(PrivacyLevel, EncryptedConnection, ICredentialsEncryptor, Nullable<Boolean>)
CredentialDetails(CredentialsBase, PrivacyLevel, EncryptedConnection, ICredentialsEncryptor, Nullable<Boolean>)
CredentialDetails(String, CredentialType, EncryptedConnection, EncryptionAlgorithm, PrivacyLevel, Nullable<Boolean>, Nullable<Boolean>)

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
useEndUserOAuth2Credentials
Nullable<Boolean>

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
useEndUserOAuth2Credentials
Nullable<Boolean>

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
useCallerAADIdentity
Nullable<Boolean>
useEndUserOAuth2Credentials
Nullable<Boolean>

Applies to