Lire en anglais

Partager via


CredentialDetails Constructeurs

Définition

Surcharges

CredentialDetails()

public CredentialDetails ();

S’applique à

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);

Paramètres

privacyLevel
PrivacyLevel
encryptedConnection
EncryptedConnection
credentialsEncryptor
ICredentialsEncryptor
useEndUserOAuth2Credentials
Nullable<Boolean>

S’applique à

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);

Paramètres

credentialsBase
CredentialsBase
privacyLevel
PrivacyLevel
encryptedConnection
EncryptedConnection
credentialsEncryptor
ICredentialsEncryptor
useEndUserOAuth2Credentials
Nullable<Boolean>

S’applique à

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);

Paramètres

credentials
String
credentialType
CredentialType
encryptedConnection
EncryptedConnection
encryptionAlgorithm
EncryptionAlgorithm
privacyLevel
PrivacyLevel
useCallerAADIdentity
Nullable<Boolean>
useEndUserOAuth2Credentials
Nullable<Boolean>

S’applique à