CredentialDetailsUsingCallerOauthAADIdentity Constructor
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.
public CredentialDetailsUsingCallerOauthAADIdentity (Microsoft.PowerBI.Api.Models.PrivacyLevel privacyLevel, Microsoft.PowerBI.Api.Models.EncryptedConnection encryptedConnection, bool? useEndUserOAuth2Credentials = default);
new Microsoft.PowerBI.Api.Models.CredentialDetailsUsingCallerOauthAADIdentity : Microsoft.PowerBI.Api.Models.PrivacyLevel * Microsoft.PowerBI.Api.Models.EncryptedConnection * Nullable<bool> -> Microsoft.PowerBI.Api.Models.CredentialDetailsUsingCallerOauthAADIdentity
Public Sub New (privacyLevel As PrivacyLevel, encryptedConnection As EncryptedConnection, Optional useEndUserOAuth2Credentials As Nullable(Of Boolean) = Nothing)
Parameters
- privacyLevel
- PrivacyLevel
- encryptedConnection
- EncryptedConnection
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET