ProvisioningIssueProperties Class
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.
Constructor
ProvisioningIssueProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
issue_type
|
Type of issue. Known values are: "Unknown", "ConfigurationPropagationFailure", "MissingPerimeterConfiguration", and "MissingIdentityConfiguration". |
|
severity
|
Severity of the issue. Known values are: "Warning" and "Error". |
|
description
|
Description of the issue. |
|
suggested_resource_ids
|
Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue. |
|
suggested_access_rules
|
Access rules that can be added to the network security profile (NSP) to remediate the issue. |
Attributes
description
Description of the issue.
description: str | None
issue_type
"Unknown", "ConfigurationPropagationFailure", "MissingPerimeterConfiguration", and "MissingIdentityConfiguration".
issue_type: str | _models.IssueType | None
severity
"Warning" and "Error".
severity: str | _models.Severity | None
suggested_access_rules
Access rules that can be added to the network security profile (NSP) to remediate the issue.
suggested_access_rules: list['_models.AccessRule'] | None
suggested_resource_ids
Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue.
suggested_resource_ids: list[str] | None