Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityAssociationDetails.md
2025-02-03 22:09:17 +00:00

1.3 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-association-details IdentityAssociationDetails IdentityAssociationDetails IdentityAssociationDetails powershellsdk
powershell
PowerShell
sdk
IdentityAssociationDetails
BetaIdentityAssociationDetails
/tools/sdk/powershell/beta/models/identity-association-details
SDK
Software Development Kit
IdentityAssociationDetails
BetaIdentityAssociationDetails

IdentityAssociationDetails

Properties

Name Type Description Notes
Message String any additional context information of the http call result [optional]
AssociationDetails []IdentityAssociationDetailsAssociationDetailsInner list of all the resource associations for the identity [optional]

Examples

  • Prepare the resource
$IdentityAssociationDetails = Initialize-PSSailpoint.BetaIdentityAssociationDetails  -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]