Share via


IDataConnectorConnectBody Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorConnectBodyTypeConverter))]
public interface IDataConnectorConnectBody : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.DataConnectorConnectBodyTypeConverter))>]
type IDataConnectorConnectBody = interface
    interface IJsonSerializable
Public Interface IDataConnectorConnectBody
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ApiKey

The API key of the audit server.

AuthorizationCode

The authorization code used in OAuth 2.0 code flow to issue a token.

ClientId

The client id of the OAuth 2.0 application.

ClientSecret

The client secret of the OAuth 2.0 application.

Kind

The authentication kind used to poll the data

Password

The user password in the audit log server.

RequestConfigUserInputValue
UserName

The user name in the audit log server.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to