Skip to main content

Identityentitlementdetails

Properties

NameTypeDescriptionNotes
IdentityIdStringId of Identity[optional]
EntitlementIdentityentitlementdetailsentitlementdto[optional]
SourceIdStringId of Source[optional]
AccountTargets[]IdentityentitlementdetailsaccounttargetA list of account targets on the identity provisioned with the requested entitlement.[optional]

Examples

  • Prepare the resource
$Identityentitlementdetails = Initialize-Identityentitlementdetails  -IdentityId 5928c61f-3f2e-417a-8d65-f76451e2050a `
-Entitlement null `
-SourceId b56728da-a24d-4177-a207-2bc4d42cba27 `
-AccountTargets [{"accountId":"e7ef11cee24542b78618ce017117699f","accountName":"Adalberto.XYZ","accountUUID":null,"sourceId":"0108906b66634d9ab7819a03eb263a88","sourceName":"ODS-AD-FF-Source [source-XYZ]","removeDate":null,"assignmentId":null,"revocable":true}]
  • Convert the resource to JSON
$Identityentitlementdetails | ConvertTo-JSON

[Back to top]