Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/IdentityOwnershipAssociationDetails.md
2025-05-07 14:37:48 +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
v2024-identity-ownership-association-details IdentityOwnershipAssociationDetails IdentityOwnershipAssociationDetails IdentityOwnershipAssociationDetails powershellsdk
powershell
PowerShell
sdk
IdentityOwnershipAssociationDetails
V2024IdentityOwnershipAssociationDetails
/tools/sdk/powershell/v2024/models/identity-ownership-association-details
SDK
Software Development Kit
IdentityOwnershipAssociationDetails
V2024IdentityOwnershipAssociationDetails

IdentityOwnershipAssociationDetails

Properties

Name Type Description Notes
AssociationDetails []IdentityOwnershipAssociationDetailsAssociationDetailsInner list of all the resource associations for the identity [optional]

Examples

  • Prepare the resource
$IdentityOwnershipAssociationDetails = Initialize-V2024IdentityOwnershipAssociationDetails  -AssociationDetails null
  • Convert the resource to JSON
$IdentityOwnershipAssociationDetails | ConvertTo-JSON

[Back to top]