toString
toString(): String;
The toString method of the JadeRequiredOneOfValueClaimAnnotation class returns a string representation of the annotation in the following format.
"key" must be one of: "value-1", "value-2", ...
In this format, value-1, value-2, and so on, are values in the allowedValues property.
2020.0.01 and higher