AnomalySecurityMLAnalyticsSettings interface
Represents Anomaly Security ML Analytics Settings
- Extends
Properties
anomaly |
The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not. |
anomaly |
The anomaly version of the AnomalySecurityMLAnalyticsSettings. |
customizable |
The customizable observations of the AnomalySecurityMLAnalyticsSettings. |
description | The description of the SecurityMLAnalyticsSettings. |
display |
The display name for settings created by this SecurityMLAnalyticsSettings. |
enabled | Determines whether this settings is enabled or disabled. |
frequency | The frequency that this SecurityMLAnalyticsSettings will be run. |
is |
Determines whether this anomaly security ml analytics settings is a default settings |
kind | Polymorphic discriminator, which specifies the different types this object can be |
last |
The last time that this SecurityMLAnalyticsSettings has been modified. NOTE: This property will not be serialized. It can only be populated by the server. |
required |
The required data sources for this SecurityMLAnalyticsSettings |
settings |
The anomaly settings definition Id |
settings |
The anomaly SecurityMLAnalyticsSettings status |
tactics | The tactics of the SecurityMLAnalyticsSettings |
techniques | The techniques of the SecurityMLAnalyticsSettings |
Inherited Properties
etag | Etag of the azure resource |
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
anomalySettingsVersion
The anomaly settings version of the Anomaly security ml analytics settings that dictates whether job version gets updated or not.
anomalySettingsVersion?: number
Property Value
number
anomalyVersion
The anomaly version of the AnomalySecurityMLAnalyticsSettings.
anomalyVersion?: string
Property Value
string
customizableObservations
The customizable observations of the AnomalySecurityMLAnalyticsSettings.
customizableObservations?: Record<string, unknown>
Property Value
Record<string, unknown>
description
The description of the SecurityMLAnalyticsSettings.
description?: string
Property Value
string
displayName
The display name for settings created by this SecurityMLAnalyticsSettings.
displayName?: string
Property Value
string
enabled
Determines whether this settings is enabled or disabled.
enabled?: boolean
Property Value
boolean
frequency
The frequency that this SecurityMLAnalyticsSettings will be run.
frequency?: string
Property Value
string
isDefaultSettings
Determines whether this anomaly security ml analytics settings is a default settings
isDefaultSettings?: boolean
Property Value
boolean
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Anomaly"
Property Value
"Anomaly"
lastModifiedUtc
The last time that this SecurityMLAnalyticsSettings has been modified. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedUtc?: Date
Property Value
Date
requiredDataConnectors
The required data sources for this SecurityMLAnalyticsSettings
requiredDataConnectors?: SecurityMLAnalyticsSettingsDataSource[]
Property Value
settingsDefinitionId
The anomaly settings definition Id
settingsDefinitionId?: string
Property Value
string
settingsStatus
The anomaly SecurityMLAnalyticsSettings status
settingsStatus?: string
Property Value
string
tactics
The tactics of the SecurityMLAnalyticsSettings
tactics?: string[]
Property Value
string[]
techniques
The techniques of the SecurityMLAnalyticsSettings
techniques?: string[]
Property Value
string[]
Inherited Property Details
etag
Etag of the azure resource
etag?: string
Property Value
string
Inherited From SecurityMLAnalyticsSetting.etag
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SecurityMLAnalyticsSetting.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SecurityMLAnalyticsSetting.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From SecurityMLAnalyticsSetting.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SecurityMLAnalyticsSetting.type
Azure SDK for JavaScript