IWorkspaceConnectionOAuth2 Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionOAuth2TypeConverter))]
public interface IWorkspaceConnectionOAuth2 : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionOAuth2TypeConverter))>]
type IWorkspaceConnectionOAuth2 = interface
interface IJsonSerializable
Public Interface IWorkspaceConnectionOAuth2
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AuthUrl |
Required by Concur connection category |
ClientId |
Client id in the format of UUID |
ClientSecret | |
DeveloperToken |
Required by GoogleAdWords connection category |
Password | |
RefreshToken |
Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho where user needs to get RefreshToken offline |
TenantId |
Required by QuickBooks and Xero connection categories |
Username |
Concur, ServiceNow auth server AccessToken grant type is 'Password' which requires UsernamePassword |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |