ldap property

  1. @TagNumber(6)
IDPLDAPAccessInformation get ldap

LDAP entity attributes returned by the identity provider

Implementation

@$pb.TagNumber(6)
IDPLDAPAccessInformation get ldap => $_getN(5);
  1. @TagNumber(6)
set ldap (IDPLDAPAccessInformation v)

Implementation

@$pb.TagNumber(6)
set ldap(IDPLDAPAccessInformation v) { setField(6, v); }