NAME

Net::SSLLabs::Info - Info object

METHODS

new

a new Net::SSLLabs::Info object, accepts a JSON object as it's parameter.

version

SSL Labs software version as a string (e.g., "1.11.14")

criteria_version

rating criteria version as a string (e.g., "2009f")

max_assessments

the maximum number of concurrent assessments the client is allowed to initiate.

current_assessments

the number of ongoing assessments submitted by this client.

new_assessment_cool_off

the cool-off period after each new assessment; you're not allowed to submit a new assessment before the cool-off expires, otherwise you'll get a 429.

messages

a list of messages (strings). Messages can be public (sent to everyone) and private (sent only to the invoking client). Private messages are prefixed with "[Private]".