entityIdFilter property
Filter the applications by their entityID This is only applicable for SAML applications.
Implementation
@$pb.TagNumber(6)
EntityIDFilter get entityIdFilter => $_getN(5);
Implementation
@$pb.TagNumber(6)
set entityIdFilter(EntityIDFilter value) => $_setField(6, value);