Uses of Class
com.azure.resourcemanager.securityinsights.models.DataConnectorConnectBody
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of DataConnectorConnectBody in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionvoid
DataConnectorsClient.connect
(String resourceGroupName, String workspaceName, String dataConnectorId, DataConnectorConnectBody connectBody) Connects a data connector.com.azure.core.http.rest.Response<Void>
DataConnectorsClient.connectWithResponse
(String resourceGroupName, String workspaceName, String dataConnectorId, DataConnectorConnectBody connectBody, com.azure.core.util.Context context) Connects a data connector. -
Uses of DataConnectorConnectBody in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionDataConnectorConnectBody.withApiKey
(String apiKey) Set the apiKey property: The API key of the audit server.DataConnectorConnectBody.withAuthorizationCode
(String authorizationCode) Set the authorizationCode property: The authorization code used in OAuth 2.0 code flow to issue a token.DataConnectorConnectBody.withClientId
(String clientId) Set the clientId property: The client id of the OAuth 2.0 application.DataConnectorConnectBody.withClientSecret
(String clientSecret) Set the clientSecret property: The client secret of the OAuth 2.0 application.DataConnectorConnectBody.withDataCollectionEndpoint
(String dataCollectionEndpoint) Set the dataCollectionEndpoint property: Used in v2 logs connector.DataConnectorConnectBody.withDataCollectionRuleImmutableId
(String dataCollectionRuleImmutableId) Set the dataCollectionRuleImmutableId property: Used in v2 logs connector.DataConnectorConnectBody.withKind
(ConnectAuthKind kind) Set the kind property: The authentication kind used to poll the data.DataConnectorConnectBody.withOutputStream
(String outputStream) Set the outputStream property: Used in v2 logs connector.DataConnectorConnectBody.withPassword
(String password) Set the password property: The user password in the audit log server.DataConnectorConnectBody.withRequestConfigUserInputValues
(List<Object> requestConfigUserInputValues) Set the requestConfigUserInputValues property: The requestConfigUserInputValues property.DataConnectorConnectBody.withUsername
(String username) Set the username property: The user name in the audit log server.Modifier and TypeMethodDescriptionvoid
DataConnectors.connect
(String resourceGroupName, String workspaceName, String dataConnectorId, DataConnectorConnectBody connectBody) Connects a data connector.com.azure.core.http.rest.Response<Void>
DataConnectors.connectWithResponse
(String resourceGroupName, String workspaceName, String dataConnectorId, DataConnectorConnectBody connectBody, com.azure.core.util.Context context) Connects a data connector.