Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/MachineIdentityDtoOwners.md
2025-06-20 14:31:01 +00:00

1.2 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-dto-owners MachineIdentityDtoOwners MachineIdentityDtoOwners MachineIdentityDtoOwners powershellsdk
powershell
PowerShell
sdk
MachineIdentityDtoOwners
V2025MachineIdentityDtoOwners
/tools/sdk/powershell/v2025/models/machine-identity-dto-owners
SDK
Software Development Kit
MachineIdentityDtoOwners
V2025MachineIdentityDtoOwners

MachineIdentityDtoOwners

Properties

Name Type Description Notes
PrimaryIdentity [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 Defines the identity which is selected as the primary owner [required]
SecondaryIdentities []BaseReferenceDto Defines the identities which are selected as secondary owners [required]

Examples

  • Prepare the resource
$MachineIdentityDtoOwners = Initialize-V2025MachineIdentityDtoOwners  -PrimaryIdentity null `
 -SecondaryIdentities null
  • Convert the resource to JSON
$MachineIdentityDtoOwners | ConvertTo-JSON

[Back to top]