transientMappingAttributeName property

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

Implementation

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