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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET