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

1.4 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-response-target MachineIdentityAggregationResponseTarget MachineIdentityAggregationResponseTarget MachineIdentityAggregationResponseTarget powershellsdk
powershell
PowerShell
sdk
MachineIdentityAggregationResponseTarget
V2025MachineIdentityAggregationResponseTarget
/tools/sdk/powershell/v2025/models/machine-identity-aggregation-response-target
SDK
Software Development Kit
MachineIdentityAggregationResponseTarget
V2025MachineIdentityAggregationResponseTarget

MachineIdentityAggregationResponseTarget

Properties

Name Type Description Notes
Type DtoType [optional]
Id String ID of the object to which this reference applies [optional]
Name String Human-readable display name of the object to which this reference applies [optional]

Examples

  • Prepare the resource
$MachineIdentityAggregationResponseTarget = Initialize-V2025MachineIdentityAggregationResponseTarget  -Type null `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name William Wilson
  • Convert the resource to JSON
$MachineIdentityAggregationResponseTarget | ConvertTo-JSON

[Back to top]