transientMappingAttributeName property

  1. @TagNumber.new(9)
String get transientMappingAttributeName

Optionally specify the 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(9)
$core.String get transientMappingAttributeName => $_getSZ(8);
  1. @TagNumber.new(9)
set transientMappingAttributeName (String value)

Implementation

@$pb.TagNumber(9)
set transientMappingAttributeName($core.String value) =>
    $_setString(8, value);