transientMappingAttributeName property
Optional name of the attribute, which will be used to map the user
in case the nameid-format returned is
urn:oasis:names:tc:SAML:2.0:nameid-format:transient.
Implementation
@$pb.TagNumber(5)
$core.String get transientMappingAttributeName => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set transientMappingAttributeName($core.String value) =>
$_setString(4, value);