Skip to main content

MachineIdentityAggregationRequest

Properties

NameTypeDescriptionNotes
DatasetIds[]StringList of dataset Ids to aggregate machine identities[required]

Examples

  • Prepare the resource
$MachineIdentityAggregationRequest = Initialize-V2025MachineIdentityAggregationRequest  -DatasetIds null
  • Convert the resource to JSON
$MachineIdentityAggregationRequest | ConvertTo-JSON

[Back to top]