Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/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
beta-identity-ownership-association-details IdentityOwnershipAssociationDetails IdentityOwnershipAssociationDetails IdentityOwnershipAssociationDetails powershellsdk
powershell
PowerShell
sdk
IdentityOwnershipAssociationDetails
BetaIdentityOwnershipAssociationDetails
/tools/sdk/powershell/beta/models/identity-ownership-association-details
SDK
Software Development Kit
IdentityOwnershipAssociationDetails
BetaIdentityOwnershipAssociationDetails

IdentityOwnershipAssociationDetails

Properties

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

Examples

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

[Back to top]