Skip to main content

IdentityOwnershipAssociationDetails

Properties

NameTypeDescriptionNotes
AssociationDetails[]IdentityOwnershipAssociationDetailsAssociationDetailsInnerlist of all the resource associations for the identity[optional]

Examples

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

[Back to top]