Skip to main content

IdentityAssociationDetails

Properties

NameTypeDescriptionNotes
MessageStringany additional context information of the http call result[optional]
AssociationDetails[]IdentityAssociationDetailsAssociationDetailsInnerlist of all the resource associations for the identity[optional]

Examples

  • Prepare the resource
$IdentityAssociationDetails = Initialize-PSSailpoint.V2024IdentityAssociationDetails  -Message Identity cannot be deleted as it is owner of following resources `
-AssociationDetails null
  • Convert the resource to JSON
$IdentityAssociationDetails | ConvertTo-JSON

[Back to top]