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