Skip to main content

Intelmachinederived

Properties

NameTypeDescriptionNotes
IsOrphanedBooleanFlags NHIs without a valid active owner for prioritization.[required]
AuthorizedHumanIdentities[]IntelmachineentityrefHumans who can invoke or access this NHI agent.[required]
BlastRadiusSummaryIntelblastradiussummary[required]

Examples

  • Prepare the resource
$Intelmachinederived = Initialize-Intelmachinederived  -IsOrphaned false `
-AuthorizedHumanIdentities [{"type":"IDENTITY","id":"ef38f94347e94562b5bb8424a56397d8","name":"Example User","email":"user@example.com"}] `
-BlastRadiusSummary null
  • Convert the resource to JSON
$Intelmachinederived | ConvertTo-JSON

[Back to top]