Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/MachineIdentityAggregationRequest.md
2025-08-26 16:34:29 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-machine-identity-aggregation-request MachineIdentityAggregationRequest MachineIdentityAggregationRequest MachineIdentityAggregationRequest powershellsdk
powershell
PowerShell
sdk
MachineIdentityAggregationRequest
V2025MachineIdentityAggregationRequest
/tools/sdk/powershell/v2025/models/machine-identity-aggregation-request
SDK
Software Development Kit
MachineIdentityAggregationRequest
V2025MachineIdentityAggregationRequest

MachineIdentityAggregationRequest

Properties

Name Type Description Notes
DatasetIds []String List 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]