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

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-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]