ProvisioningIssue interface
Details on issues that occurred during provisioning.
Properties
description | Description of the provisioning issue. NOTE: This property will not be serialized. It can only be populated by the server. |
issue |
Issue type NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the provisioning issue. NOTE: This property will not be serialized. It can only be populated by the server. |
severity | Severity of the provisioning 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 perimeter to remediate the issue NOTE: This property will not be serialized. It can only be populated by the server. |
suggested |
ARM Ids of the resources that can be associated to the same perimeter 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 provisioning issue. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
issueType
Issue type NOTE: This property will not be serialized. It can only be populated by the server.
issueType?: string
Property Value
string
name
Name of the provisioning issue. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
severity
Severity of the provisioning 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 perimeter to remediate the issue NOTE: This property will not be serialized. It can only be populated by the server.
suggestedAccessRules?: AccessRule[]
Property Value
suggestedResourceIds
ARM Ids of the resources that can be associated to the same perimeter to remediate the issue NOTE: This property will not be serialized. It can only be populated by the server.
suggestedResourceIds?: string[]
Property Value
string[]