Skip to content

Commit

Permalink
Pipeline: Release 4.4.0.stable38 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Jul 18, 2023
1 parent 0e05cc4 commit eb7243c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
| field | Keyword | Field to apply `pattern` to | :material-checkbox-marked-outline: Yes | `None` |
| pattern | Keyword | Regex pattern for auto-prop assignment | :material-checkbox-marked-outline: Yes | `None` |
| type | Enum | Type of property assignment on pattern match<br>Values:<br>`"access", "classification", "group", "remove_role", "role", "type"` | :material-checkbox-marked-outline: Yes | `None` |
| value | Keyword | Assigned property value | :material-checkbox-marked-outline: Yes | `None` |
| value | List [Keyword] | Assigned property value | :material-checkbox-marked-outline: Yes | `[]` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down Expand Up @@ -180,6 +180,8 @@
| use_new_callback_format | Boolean | Should we use the new callback method? | :material-checkbox-marked-outline: Yes | `False` |
| allow_external_tokens | Boolean | Should token provided to the login API directly be use for authentication? | :material-checkbox-marked-outline: Yes | `False` |
| external_token_alternate_audiences | List [Keyword] | List of valid alternate audiences for the external token. | :material-checkbox-marked-outline: Yes | `[]` |
| email_fields | List [Keyword] | List of fields in the claim to get the email from | :material-checkbox-marked-outline: Yes | `['email', 'emails', 'extension_selectedEmailAddress', 'otherMails', 'preferred_username', 'upn']` |
| username_field | Keyword | Name of the field that will contain the username | :material-checkbox-marked-outline: Yes | `uname` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand All @@ -205,7 +207,7 @@
| field | Keyword | Field to apply `pattern` to | :material-checkbox-marked-outline: Yes | `None` |
| pattern | Keyword | Regex pattern for auto-prop assignment | :material-checkbox-marked-outline: Yes | `None` |
| type | Enum | Type of property assignment on pattern match<br>Values:<br>`"access", "classification", "group", "remove_role", "role", "type"` | :material-checkbox-marked-outline: Yes | `None` |
| value | Keyword | Assigned property value | :material-checkbox-marked-outline: Yes | `None` |
| value | List [Keyword] | Assigned property value | :material-checkbox-marked-outline: Yes | `[]` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down

0 comments on commit eb7243c

Please sign in to comment.