Intelblastradiussummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ImpactedSources | []String | Source systems that may be impacted if compromised. | [required] |
| ImpactedAccounts | Int32 | Linked machine accounts that may be impacted if compromised. | [required] |
| ImpactedHumans | Int32 | Unique owners and authorized humans potentially impacted if compromised. | [required] |
| HasEntitlements | Boolean | Whether this NHI holds entitlements included in summary. | [optional] [default to $false] |
| Environments | []String | Environment labels for impacted access in this summary. | [optional] |
| AccessTypes | []String | Access type labels for impacted access in this summary. | [optional] |
Examples
- Prepare the resource
$Intelblastradiussummary = Initialize-Intelblastradiussummary -ImpactedSources ["Example AWS Source"] `
-ImpactedAccounts 1 `
-ImpactedHumans 1 `
-HasEntitlements true `
-Environments ["production"] `
-AccessTypes ["entitlement"]
- Convert the resource to JSON
$Intelblastradiussummary | ConvertTo-JSON