Package version:

Details on issues that occurred during provisioning.

interface ProvisioningIssue {
    description?: string;
    issueType?: string;
    name?: string;
    severity?: string;
    suggestedAccessRules?: AccessRule[];
    suggestedResourceIds?: string[];
}

Properties

description?: string

Description of the provisioning issue. NOTE: This property will not be serialized. It can only be populated by the server.

issueType?: string

Issue type NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Name of the provisioning issue. NOTE: This property will not be serialized. It can only be populated by the server.

severity?: string

Severity of the provisioning issue. NOTE: This property will not be serialized. It can only be populated by the server.

suggestedAccessRules?: AccessRule[]

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.

suggestedResourceIds?: string[]

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.