Skip to main content

Entitlementsourceresetbasereferencedto

Properties

NameTypeDescriptionNotes
TypeStringThe DTO type[optional]
IdStringThe task ID of the object to which this reference applies[optional]
NameStringHuman-readable display name of the object to which this reference applies[optional]

Examples

  • Prepare the resource
$Entitlementsourceresetbasereferencedto = Initialize-Entitlementsourceresetbasereferencedto  -Type TASK_RESULT `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name Entitlement Source Reset
  • Convert the resource to JSON
$Entitlementsourceresetbasereferencedto | ConvertTo-JSON

[Back to top]