Skip to content
代码片段 群组 项目
未验证 提交 0dc3aa10 编辑于 作者: Jon Glassman's avatar Jon Glassman 提交者: GitLab
浏览文件

Add footnote formatting

上级 cc1d1b1b
No related branches found
No related tags found
无相关合并请求
...@@ -144,18 +144,20 @@ The following table provides attribute mappings that are required for GitLab. ...@@ -144,18 +144,20 @@ The following table provides attribute mappings that are required for GitLab.
| Source attribute | Target attribute | Matching precedence | | Source attribute | Target attribute | Matching precedence |
|:---------------------------------------------------------------------------|:-------------------------------|:--------------------| |:---------------------------------------------------------------------------|:-------------------------------|:--------------------|
| `objectId` | `externalId` | 1 | | `objectId` | `externalId` | 1 |
| `userPrincipalName` OR `mail` (1) | `emails[type eq "work"].value` | | | `userPrincipalName` OR `mail` <sup>1</sup> | `emails[type eq "work"].value` | |
| `mailNickname` | `userName` | | | `mailNickname` | `userName` | |
| `displayName` OR `Join(" ", [givenName], [surname])` (2) | `name.formatted` | | | `displayName` OR `Join(" ", [givenName], [surname])` <sup>2</sup> | `name.formatted` | |
| `Switch([IsSoftDeleted], , "False", "True", "True", "False")` (3) | `active` | | | `Switch([IsSoftDeleted], , "False", "True", "True", "False")` <sup>3</sup> | `active` | |
<!-- markdownlint-disable MD029 --> <html>
<small>
1. Use `mail` as a source attribute when the `userPrincipalName` is not an email address or is not deliverable. <ol>
2. Use the `Join` expression if your `displayName` does not match the format of `Firstname Lastname`. <li>Use <code>mail</code> as a source attribute when the <code>userPrincipalName</code> is not an email address or is not deliverable.</li>
3. This is an expression mapping type, not a direct mapping. Select "Expression" in the "Mapping type" dropdown list. <li>Use the <code>Join</code> expression if your <code>displayName</code> does not match the format of <code>Firstname Lastname</code>.</li>
<li>This is an expression mapping type, not a direct mapping. Select <b>Expression</b> in the <b>Mapping type</b> dropdown list.</li>
<!-- markdownlint-enable MD029 --> </ol>
</small>
</html>
Each attribute mapping has: Each attribute mapping has:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册