The name of the metric aggregate to be included in the result. If the metric aggregation is omitted, the resulting aggregation will be a count of the documents in the search results.
The field the calculation is performed on. Prefix the field name with '@' to reference a nested object.
[required]
}
Example
fromsailpoint.v3.models.metric_aggregationimportMetricAggregationmetric_aggregation=MetricAggregation(name='Access Name Count',type='UNIQUE_COUNT',var_field='@access.name')