你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataConnectorConnectBody Class

Definition

Represents Codeless API Polling data connector.

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

Constructors

DataConnectorConnectBody()

Creates an new DataConnectorConnectBody instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataConnectorConnectBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataConnectorConnectBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IDataConnectorConnectBody.

FromJsonString(String)

Creates a new instance of DataConnectorConnectBody, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataConnectorConnectBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to