ProvisioningIssueProperties interface

Properties of a provisioning issue.

Properties

description

Description of the provisioning issue.

issueType

Issue type

severity

Severity of the provisioning issue.

suggestedAccessRules

Access rules that can be added to the perimeter to remediate the issue

suggestedResourceIds

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

Property Details

description

Description of the provisioning issue.

description?: string

Property Value

string

issueType

Issue type

issueType?: string

Property Value

string

severity

Severity of the provisioning issue.

severity?: string

Property Value

string

suggestedAccessRules

Access rules that can be added to the perimeter to remediate the issue

suggestedAccessRules?: AccessRule[]

Property Value

suggestedResourceIds

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

suggestedResourceIds?: string[]

Property Value

string[]