Skip to main content

IdentityassociationdetailsAssociationDetailsInner

Properties

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

Examples

  • Prepare the resource
$IdentityassociationdetailsAssociationDetailsInner = Initialize-IdentityassociationdetailsAssociationDetailsInner  -AssociationType CAMPAIGN_OWNER `
-Entities {"id":"b660a232f05b4e04812ca974b3011e0f","name":"Gaston.800ddf9640a","type":"CAMPAIGN_CAMPAIGNER"}
  • Convert the resource to JSON
$IdentityassociationdetailsAssociationDetailsInner | ConvertTo-JSON

[Back to top]