ConfigIssueMessage
Description
An object representing the type of message with detailed description. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
description | True | string | A string value specifying the issue Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
detailedDescription | False | [string] | A list of strings which represents the detailed description of the issue. | |||
configResolution | False | string | An enumerated field representing the feature which has the issue. Values are ACCESS_RULE, SSL_RULE. | |||
errorType | False | string | An enumerated field representing the Issue type. Possible values are INFO, WARNING and ERROR | |||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |