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]