known constant

List<String> const known

Names of the attributes which are not known to this profile.

This is a list that contains all of the attribute names from the standard profile, as defined by AAF Rapid Connect v1.10.1.

Implementation

static const List<String> known = [
  _attrCn,
  _attrMail,
  _attrDisplayname,
  _attrEdupersontargetedid,
  _attrScopedAffiliation,
  _attrEdupersonprincipalname,
  _attrGivenname,
  _attrSurname,
  _attrEdupersonorcid,
];