allowedLevel property

  1. @BuiltValueField.new(wireName: r'allowedLevel')
String? get allowedLevel

The allowed level of the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: notApplicable, low, medium, high.

Implementation

@BuiltValueField(wireName: r'allowedLevel')
String? get allowedLevel;