Package version:

Interface ProvisioningIssue

Describes provisioning issue for given NetworkSecurityPerimeterConfiguration

interface ProvisioningIssue {
    name?: string;
    properties?: ProvisioningIssueProperties;
}

Properties

Properties

name?: string

Name of the issue

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