ProvisioningIssueProperties interface
Properties of Provisioning Issue
Properties
| description | Description of the issue |
| issue |
Type of Issue |
| severity | Severity of the issue |
| suggested |
Optional array, suggested access rules |
| suggested |
IDs of resources that can be associated to the same perimeter to remediate the issue. |
Property Details
description
Description of the issue
description?: string
Property Value
string
issueType
Type of Issue
issueType?: string
Property Value
string
severity
Severity of the issue
severity?: string
Property Value
string
suggestedAccessRules
Optional array, suggested access rules
suggestedAccessRules?: NetworkSecurityPerimeterAccessRule[]
Property Value
suggestedResourceIds
IDs of resources that can be associated to the same perimeter to remediate the issue.
suggestedResourceIds?: string[]
Property Value
string[]