Name | Type | Description | Notes |
---|---|---|---|
valid_identifier | bool | True if the input identifier is valid, false otherwise | [optional] |
error | string | Resulting error from the identifier validation; possible errors are: "InputIsEmpty", "ContainsWhitespace", "ContainsNumbers", "ContainsHyphen", "ContainsUnderscore", "ContainsPeriod", "TooShort", "TooLong", "ContainsSpecialCharacters" | [optional] |