ProvisioningIssueProperties interface
Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules
Properties
description | Description of the issue NOTE: This property will not be serialized. It can only be populated by the server. |
issue |
Type of issue NOTE: This property will not be serialized. It can only be populated by the server. |
severity | Severity of the issue. NOTE: This property will not be serialized. It can only be populated by the server. |
suggested |
Access rules that can be added to the network security profile (NSP) to remediate the issue. NOTE: This property will not be serialized. It can only be populated by the server. |
suggested |
Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Description of the issue NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
issueType
Type of issue NOTE: This property will not be serialized. It can only be populated by the server.
issueType?: string
Property Value
string
severity
Severity of the issue. NOTE: This property will not be serialized. It can only be populated by the server.
severity?: string
Property Value
string
suggestedAccessRules
Access rules that can be added to the network security profile (NSP) to remediate the issue. NOTE: This property will not be serialized. It can only be populated by the server.
suggestedAccessRules?: AccessRule[]
Property Value
suggestedResourceIds
Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue. NOTE: This property will not be serialized. It can only be populated by the server.
suggestedResourceIds?: string[]
Property Value
string[]