complianceProblems property

  1. @TagNumber.new(10)
PbList<OIDCLocalizedMessage> get complianceProblems

ComplianceProblems lists the problems for non-compliant configurations. In case of a compliant configuration, this list is empty.

Implementation

@$pb.TagNumber(10)
$pb.PbList<OIDCLocalizedMessage> get complianceProblems => $_getList(9);