Module Values_1.DeleteCustomMetricRequestSource

Deletes a Device Defender detect custom metric. Requires permission to access the DeleteCustomMetric action. Before you can delete a custom metric, you must first remove the custom metric from all security profiles it's a part of. The security profile associated with the custom metric can be found using the ListSecurityProfiles API with metricName set to your custom metric name.

Sourcetype nonrec t = {
  1. metricName : Values_0.MetricName.t;
    (*

    The name of the custom metric.

    *)
}
Sourceval context_ : string
Sourceval make : metricName:Values_0.MetricName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.MetricName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t