Skip to main content

BusinessApplicationSignature

Properties

NameTypeDescriptionNotes
TypeEnum [ "AI Agent", "Application" ]Signature type, matched against the machine identity's subtype. Kept consistent with the machine identity subtype values.[required]
NameStringConnector signature value to match against the machine identity's spBusinessApplication connector attribute.[required]

Examples

  • Prepare the resource
$BusinessApplicationSignature = Initialize-BusinessApplicationSignature  -Type AI Agent `
-Name cursor
  • Convert the resource to JSON
$BusinessApplicationSignature | ConvertTo-JSON

[Back to top]