Skip to main content

IdentityOwnershipAssociationDetailsAssociationDetailsInner

Properties

NameTypeDescriptionNotes
AssociationTypeStringassociation type with the identity[optional]
Entities[]IdentityEntitiesthe specific resource this identity has ownership on[optional]

Examples

  • Prepare the resource
$IdentityOwnershipAssociationDetailsAssociationDetailsInner = Initialize-PSSailpoint.V2024IdentityOwnershipAssociationDetailsAssociationDetailsInner  -AssociationType ROLE_OWNER `
-Entities {id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=ROLE}
  • Convert the resource to JSON
$IdentityOwnershipAssociationDetailsAssociationDetailsInner | ConvertTo-JSON

[Back to top]