Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameTypeReq?DefaultDescription
regex
stringY
Provides the regular expression to apply
caseSensitive
boolean
falseWhether the match is case sensitive or not

...

Code Block
languagexml
<AttributeDefinition id="exampleRegexp" xsi:type="RegexSplit" sourceAttributeID="uid" regex="Pre-(.+)-Post">
	<Dependency<InputDataConnector ref="myLDAP" attributeNames="uid" />
	<AttributeEncoder xsi:type="SAML2String" name="http://example.org/example" friendlyName="regexp"/>
</AttributeDefinition>

...