Skip to main content

Machineidentityaggregationrequest

Properties

NameTypeDescriptionNotes
DatasetIds[]StringList of dataset Ids to aggregate machine identities[required]
DisableOptimizationBooleanFlag to disable optimization for the aggregation. Defaults to false when not provided. When set to true, it disables aggregation optimizations and may increase processing time.[optional] [default to $false]

Examples

  • Prepare the resource
$Machineidentityaggregationrequest = Initialize-Machineidentityaggregationrequest  -DatasetIds null `
-DisableOptimization false
  • Convert the resource to JSON
$Machineidentityaggregationrequest | ConvertTo-JSON

[Back to top]