Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessUiConnectorConfigProperties
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of CodelessUiConnectorConfigProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionApiPollingParameters.connectorUiConfig()
Get the connectorUiConfig property: Config to describe the instructions blade.CodelessParameters.connectorUiConfig()
Get the connectorUiConfig property: Config to describe the instructions blade.Modifier and TypeMethodDescriptionApiPollingParameters.withConnectorUiConfig
(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade.CodelessParameters.withConnectorUiConfig
(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade. -
Uses of CodelessUiConnectorConfigProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessApiPollingDataConnector.connectorUiConfig()
Get the connectorUiConfig property: Config to describe the instructions blade.CodelessUiDataConnector.connectorUiConfig()
Get the connectorUiConfig property: Config to describe the instructions blade.CodelessUiConnectorConfigProperties.withAvailability
(Availability availability) Set the availability property: Connector Availability Status.CodelessUiConnectorConfigProperties.withConnectivityCriteria
(List<CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem> connectivityCriteria) Set the connectivityCriteria property: Define the way the connector check connectivity.CodelessUiConnectorConfigProperties.withCustomImage
(String customImage) Set the customImage property: An optional custom image to be used when displaying the connector within Azure Sentinel's connector's gallery.CodelessUiConnectorConfigProperties.withDataTypes
(List<CodelessUiConnectorConfigPropertiesDataTypesItem> dataTypes) Set the dataTypes property: Data types to check for last data received.CodelessUiConnectorConfigProperties.withDescriptionMarkdown
(String descriptionMarkdown) Set the descriptionMarkdown property: Connector description.CodelessUiConnectorConfigProperties.withGraphQueries
(List<CodelessUiConnectorConfigPropertiesGraphQueriesItem> graphQueries) Set the graphQueries property: The graph query to show the current data status.CodelessUiConnectorConfigProperties.withGraphQueriesTableName
(String graphQueriesTableName) Set the graphQueriesTableName property: Name of the table the connector will insert the data to.CodelessUiConnectorConfigProperties.withInstructionSteps
(List<CodelessUiConnectorConfigPropertiesInstructionStepsItem> instructionSteps) Set the instructionSteps property: Instruction steps to enable the connector.CodelessUiConnectorConfigProperties.withPermissions
(Permissions permissions) Set the permissions property: Permissions required for the connector.CodelessUiConnectorConfigProperties.withPublisher
(String publisher) Set the publisher property: Connector publisher name.CodelessUiConnectorConfigProperties.withSampleQueries
(List<CodelessUiConnectorConfigPropertiesSampleQueriesItem> sampleQueries) Set the sampleQueries property: The sample queries for the connector.Set the title property: Connector blade title.Modifier and TypeMethodDescriptionCodelessApiPollingDataConnector.withConnectorUiConfig
(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade.CodelessUiDataConnector.withConnectorUiConfig
(CodelessUiConnectorConfigProperties connectorUiConfig) Set the connectorUiConfig property: Config to describe the instructions blade.