Skip to main content

BusinessApplicationRef

Properties

NameTypeDescriptionNotes
TypeStringReference type.[optional]
IdStringBusiness Application ID.[optional]
NameStringBusiness Application display name.[optional]
SanctionedStatusSanctionedStatus[optional]
CorrelationTypeEnum [ "MANUAL", "AUTOMATIC" ]Whether the Business Application reference was manually assigned or automatically correlated.[optional]

Examples

  • Prepare the resource
$BusinessApplicationRef = Initialize-BusinessApplicationRef  -Type BUSINESS_APPLICATION `
-Id a1b2c3d4-e5f6-7890-abcd-ef1234567890 `
-Name Cursor `
-SanctionedStatus null `
-CorrelationType MANUAL
  • Convert the resource to JSON
$BusinessApplicationRef | ConvertTo-JSON

[Back to top]