1. Packages
  2. Azure Native
  3. API Docs
  4. securityinsights
  5. getAnomalySecurityMLAnalyticsSettings
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

azure-native.securityinsights.getAnomalySecurityMLAnalyticsSettings

Explore with Pulumi AI

azure-native logo
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

    Gets the Security ML Analytics Settings. API Version: 2022-05-01-preview.

    Using getAnomalySecurityMLAnalyticsSettings

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAnomalySecurityMLAnalyticsSettings(args: GetAnomalySecurityMLAnalyticsSettingsArgs, opts?: InvokeOptions): Promise<GetAnomalySecurityMLAnalyticsSettingsResult>
    function getAnomalySecurityMLAnalyticsSettingsOutput(args: GetAnomalySecurityMLAnalyticsSettingsOutputArgs, opts?: InvokeOptions): Output<GetAnomalySecurityMLAnalyticsSettingsResult>
    def get_anomaly_security_ml_analytics_settings(resource_group_name: Optional[str] = None,
                                                   settings_resource_name: Optional[str] = None,
                                                   workspace_name: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetAnomalySecurityMLAnalyticsSettingsResult
    def get_anomaly_security_ml_analytics_settings_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                   settings_resource_name: Optional[pulumi.Input[str]] = None,
                                                   workspace_name: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetAnomalySecurityMLAnalyticsSettingsResult]
    func LookupAnomalySecurityMLAnalyticsSettings(ctx *Context, args *LookupAnomalySecurityMLAnalyticsSettingsArgs, opts ...InvokeOption) (*LookupAnomalySecurityMLAnalyticsSettingsResult, error)
    func LookupAnomalySecurityMLAnalyticsSettingsOutput(ctx *Context, args *LookupAnomalySecurityMLAnalyticsSettingsOutputArgs, opts ...InvokeOption) LookupAnomalySecurityMLAnalyticsSettingsResultOutput

    > Note: This function is named LookupAnomalySecurityMLAnalyticsSettings in the Go SDK.

    public static class GetAnomalySecurityMLAnalyticsSettings 
    {
        public static Task<GetAnomalySecurityMLAnalyticsSettingsResult> InvokeAsync(GetAnomalySecurityMLAnalyticsSettingsArgs args, InvokeOptions? opts = null)
        public static Output<GetAnomalySecurityMLAnalyticsSettingsResult> Invoke(GetAnomalySecurityMLAnalyticsSettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAnomalySecurityMLAnalyticsSettingsResult> getAnomalySecurityMLAnalyticsSettings(GetAnomalySecurityMLAnalyticsSettingsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:securityinsights:getAnomalySecurityMLAnalyticsSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    SettingsResourceName string

    Security ML Analytics Settings resource name

    WorkspaceName string

    The name of the workspace.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    SettingsResourceName string

    Security ML Analytics Settings resource name

    WorkspaceName string

    The name of the workspace.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    settingsResourceName String

    Security ML Analytics Settings resource name

    workspaceName String

    The name of the workspace.

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    settingsResourceName string

    Security ML Analytics Settings resource name

    workspaceName string

    The name of the workspace.

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    settings_resource_name str

    Security ML Analytics Settings resource name

    workspace_name str

    The name of the workspace.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    settingsResourceName String

    Security ML Analytics Settings resource name

    workspaceName String

    The name of the workspace.

    getAnomalySecurityMLAnalyticsSettings Result

    The following output properties are available:

    AnomalyVersion string

    The anomaly version of the AnomalySecurityMLAnalyticsSettings.

    DisplayName string

    The display name for settings created by this SecurityMLAnalyticsSettings.

    Enabled bool

    Determines whether this settings is enabled or disabled.

    Frequency string

    The frequency that this SecurityMLAnalyticsSettings will be run.

    Id string

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

    IsDefaultSettings bool

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

    LastModifiedUtc string

    The last time that this SecurityMLAnalyticsSettings has been modified.

    Name string

    The name of the resource

    SettingsStatus string

    The anomaly SecurityMLAnalyticsSettings status

    SystemData Pulumi.AzureNative.SecurityInsights.Outputs.SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    Type string

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

    AnomalySettingsVersion int

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

    CustomizableObservations object

    The customizable observations of the AnomalySecurityMLAnalyticsSettings.

    Description string

    The description of the SecurityMLAnalyticsSettings.

    Etag string

    Etag of the azure resource

    RequiredDataConnectors List<Pulumi.AzureNative.SecurityInsights.Outputs.SecurityMLAnalyticsSettingsDataSourceResponse>

    The required data sources for this SecurityMLAnalyticsSettings

    SettingsDefinitionId string

    The anomaly settings definition Id

    Tactics List<string>

    The tactics of the SecurityMLAnalyticsSettings

    Techniques List<string>

    The techniques of the SecurityMLAnalyticsSettings

    AnomalyVersion string

    The anomaly version of the AnomalySecurityMLAnalyticsSettings.

    DisplayName string

    The display name for settings created by this SecurityMLAnalyticsSettings.

    Enabled bool

    Determines whether this settings is enabled or disabled.

    Frequency string

    The frequency that this SecurityMLAnalyticsSettings will be run.

    Id string

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

    IsDefaultSettings bool

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

    LastModifiedUtc string

    The last time that this SecurityMLAnalyticsSettings has been modified.

    Name string

    The name of the resource

    SettingsStatus string

    The anomaly SecurityMLAnalyticsSettings status

    SystemData SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    Type string

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

    AnomalySettingsVersion int

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

    CustomizableObservations interface{}

    The customizable observations of the AnomalySecurityMLAnalyticsSettings.

    Description string

    The description of the SecurityMLAnalyticsSettings.

    Etag string

    Etag of the azure resource

    RequiredDataConnectors []SecurityMLAnalyticsSettingsDataSourceResponse

    The required data sources for this SecurityMLAnalyticsSettings

    SettingsDefinitionId string

    The anomaly settings definition Id

    Tactics []string

    The tactics of the SecurityMLAnalyticsSettings

    Techniques []string

    The techniques of the SecurityMLAnalyticsSettings

    anomalyVersion String

    The anomaly version of the AnomalySecurityMLAnalyticsSettings.

    displayName String

    The display name for settings created by this SecurityMLAnalyticsSettings.

    enabled Boolean

    Determines whether this settings is enabled or disabled.

    frequency String

    The frequency that this SecurityMLAnalyticsSettings will be run.

    id String

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

    isDefaultSettings Boolean

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

    lastModifiedUtc String

    The last time that this SecurityMLAnalyticsSettings has been modified.

    name String

    The name of the resource

    settingsStatus String

    The anomaly SecurityMLAnalyticsSettings status

    systemData SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    type String

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

    anomalySettingsVersion Integer

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

    customizableObservations Object

    The customizable observations of the AnomalySecurityMLAnalyticsSettings.

    description String

    The description of the SecurityMLAnalyticsSettings.

    etag String

    Etag of the azure resource

    requiredDataConnectors List<SecurityMLAnalyticsSettingsDataSourceResponse>

    The required data sources for this SecurityMLAnalyticsSettings

    settingsDefinitionId String

    The anomaly settings definition Id

    tactics List<String>

    The tactics of the SecurityMLAnalyticsSettings

    techniques List<String>

    The techniques of the SecurityMLAnalyticsSettings

    anomalyVersion string

    The anomaly version of the AnomalySecurityMLAnalyticsSettings.

    displayName string

    The display name for settings created by this SecurityMLAnalyticsSettings.

    enabled boolean

    Determines whether this settings is enabled or disabled.

    frequency string

    The frequency that this SecurityMLAnalyticsSettings will be run.

    id string

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

    isDefaultSettings boolean

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

    lastModifiedUtc string

    The last time that this SecurityMLAnalyticsSettings has been modified.

    name string

    The name of the resource

    settingsStatus string

    The anomaly SecurityMLAnalyticsSettings status

    systemData SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    type string

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

    anomalySettingsVersion number

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

    customizableObservations any

    The customizable observations of the AnomalySecurityMLAnalyticsSettings.

    description string

    The description of the SecurityMLAnalyticsSettings.

    etag string

    Etag of the azure resource

    requiredDataConnectors SecurityMLAnalyticsSettingsDataSourceResponse[]

    The required data sources for this SecurityMLAnalyticsSettings

    settingsDefinitionId string

    The anomaly settings definition Id

    tactics string[]

    The tactics of the SecurityMLAnalyticsSettings

    techniques string[]

    The techniques of the SecurityMLAnalyticsSettings

    anomaly_version str

    The anomaly version of the AnomalySecurityMLAnalyticsSettings.

    display_name str

    The display name for settings created by this SecurityMLAnalyticsSettings.

    enabled bool

    Determines whether this settings is enabled or disabled.

    frequency str

    The frequency that this SecurityMLAnalyticsSettings will be run.

    id str

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

    is_default_settings bool

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

    last_modified_utc str

    The last time that this SecurityMLAnalyticsSettings has been modified.

    name str

    The name of the resource

    settings_status str

    The anomaly SecurityMLAnalyticsSettings status

    system_data SystemDataResponse

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    type str

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

    anomaly_settings_version int

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

    customizable_observations Any

    The customizable observations of the AnomalySecurityMLAnalyticsSettings.

    description str

    The description of the SecurityMLAnalyticsSettings.

    etag str

    Etag of the azure resource

    required_data_connectors Sequence[SecurityMLAnalyticsSettingsDataSourceResponse]

    The required data sources for this SecurityMLAnalyticsSettings

    settings_definition_id str

    The anomaly settings definition Id

    tactics Sequence[str]

    The tactics of the SecurityMLAnalyticsSettings

    techniques Sequence[str]

    The techniques of the SecurityMLAnalyticsSettings

    anomalyVersion String

    The anomaly version of the AnomalySecurityMLAnalyticsSettings.

    displayName String

    The display name for settings created by this SecurityMLAnalyticsSettings.

    enabled Boolean

    Determines whether this settings is enabled or disabled.

    frequency String

    The frequency that this SecurityMLAnalyticsSettings will be run.

    id String

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

    isDefaultSettings Boolean

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

    lastModifiedUtc String

    The last time that this SecurityMLAnalyticsSettings has been modified.

    name String

    The name of the resource

    settingsStatus String

    The anomaly SecurityMLAnalyticsSettings status

    systemData Property Map

    Azure Resource Manager metadata containing createdBy and modifiedBy information.

    type String

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

    anomalySettingsVersion Number

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

    customizableObservations Any

    The customizable observations of the AnomalySecurityMLAnalyticsSettings.

    description String

    The description of the SecurityMLAnalyticsSettings.

    etag String

    Etag of the azure resource

    requiredDataConnectors List<Property Map>

    The required data sources for this SecurityMLAnalyticsSettings

    settingsDefinitionId String

    The anomaly settings definition Id

    tactics List<String>

    The tactics of the SecurityMLAnalyticsSettings

    techniques List<String>

    The techniques of the SecurityMLAnalyticsSettings

    Supporting Types

    SecurityMLAnalyticsSettingsDataSourceResponse

    ConnectorId string

    The connector id that provides the following data types

    DataTypes List<string>

    The data types used by the security ml analytics settings

    ConnectorId string

    The connector id that provides the following data types

    DataTypes []string

    The data types used by the security ml analytics settings

    connectorId String

    The connector id that provides the following data types

    dataTypes List<String>

    The data types used by the security ml analytics settings

    connectorId string

    The connector id that provides the following data types

    dataTypes string[]

    The data types used by the security ml analytics settings

    connector_id str

    The connector id that provides the following data types

    data_types Sequence[str]

    The data types used by the security ml analytics settings

    connectorId String

    The connector id that provides the following data types

    dataTypes List<String>

    The data types used by the security ml analytics settings

    SystemDataResponse

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    createdAt string

    The timestamp of resource creation (UTC).

    createdBy string

    The identity that created the resource.

    createdByType string

    The type of identity that created the resource.

    lastModifiedAt string

    The timestamp of resource last modification (UTC)

    lastModifiedBy string

    The identity that last modified the resource.

    lastModifiedByType string

    The type of identity that last modified the resource.

    created_at str

    The timestamp of resource creation (UTC).

    created_by str

    The identity that created the resource.

    created_by_type str

    The type of identity that created the resource.

    last_modified_at str

    The timestamp of resource last modification (UTC)

    last_modified_by str

    The identity that last modified the resource.

    last_modified_by_type str

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi