GetAnomalySecurityMLAnalyticsSettingsResult

data class GetAnomalySecurityMLAnalyticsSettingsResult(val anomalySettingsVersion: Int? = null, val anomalyVersion: String, val customizableObservations: Any? = null, val description: String? = null, val displayName: String, val enabled: Boolean, val etag: String? = null, val frequency: String, val id: String, val isDefaultSettings: Boolean, val kind: String, val lastModifiedUtc: String, val name: String, val requiredDataConnectors: List<SecurityMLAnalyticsSettingsDataSourceResponse>? = null, val settingsDefinitionId: String? = null, val settingsStatus: String, val systemData: SystemDataResponse, val tactics: List<String>? = null, val techniques: List<String>? = null, val type: String)

Represents Anomaly Security ML Analytics Settings

Constructors

constructor(anomalySettingsVersion: Int? = null, anomalyVersion: String, customizableObservations: Any? = null, description: String? = null, displayName: String, enabled: Boolean, etag: String? = null, frequency: String, id: String, isDefaultSettings: Boolean, kind: String, lastModifiedUtc: String, name: String, requiredDataConnectors: List<SecurityMLAnalyticsSettingsDataSourceResponse>? = null, settingsDefinitionId: String? = null, settingsStatus: String, systemData: SystemDataResponse, tactics: List<String>? = null, techniques: List<String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not.

Link copied to clipboard

The anomaly version of the AnomalySecurityMLAnalyticsSettings.

Link copied to clipboard

The customizable observations of the AnomalySecurityMLAnalyticsSettings.

Link copied to clipboard
val description: String? = null

The description of the SecurityMLAnalyticsSettings.

Link copied to clipboard

The display name for settings created by this SecurityMLAnalyticsSettings.

Link copied to clipboard

Determines whether this settings is enabled or disabled.

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard

The frequency that this SecurityMLAnalyticsSettings will be run.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Determines whether this anomaly security ml analytics settings is a default settings

Link copied to clipboard

The kind of security ML analytics settings Expected value is 'Anomaly'.

Link copied to clipboard

The last time that this SecurityMLAnalyticsSettings has been modified.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The required data sources for this SecurityMLAnalyticsSettings

Link copied to clipboard

The anomaly settings definition Id

Link copied to clipboard

The anomaly SecurityMLAnalyticsSettings status

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tactics: List<String>? = null

The tactics of the SecurityMLAnalyticsSettings

Link copied to clipboard
val techniques: List<String>? = null

The techniques of the SecurityMLAnalyticsSettings

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"