ProvisioningIssueResponseProperties

data class ProvisioningIssueResponseProperties(val description: String? = null, val issueType: String? = null, val severity: String? = null, val suggestedAccessRules: List<NspAccessRuleResponse>? = null, val suggestedResourceIds: List<String>)

Properties of Provisioning Issue

Constructors

Link copied to clipboard
constructor(description: String? = null, issueType: String? = null, severity: String? = null, suggestedAccessRules: List<NspAccessRuleResponse>? = null, suggestedResourceIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the issue

Link copied to clipboard
val issueType: String? = null

Type of Issue

Link copied to clipboard
val severity: String? = null

Provisioning state of Network Security Perimeter configuration propagation

Link copied to clipboard

Access rules that can be added to the same profile to remediate the issue.

Link copied to clipboard

ARM IDs of resources that can be associated to the same perimeter to remediate the issue.