Intelmachinederived
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IsOrphaned | Boolean | Flags NHIs without a valid active owner for prioritization. | [required] |
| AuthorizedHumanIdentities | []Intelmachineentityref | Humans who can invoke or access this NHI agent. | [required] |
| BlastRadiusSummary | Intelblastradiussummary | [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