Okta.Sdk.Model.ApplicationCredentialsUsernameTemplate
October 22, 2025 ยท View on GitHub
The template used to generate the username when the app is assigned through a group or directly to a user
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| PushStatus | string | Determines if the username is pushed to the app on updates for CUSTOM `type` | [optional] |
| Template | string | Mapping expression used to generate usernames. The following are supported mapping expressions that are used with the `BUILT_IN` template type: | Name |
| Type | string | Type of mapping expression. Empty string is allowed. | [optional] [default to TypeEnum.BUILTIN] |
| UserSuffix | string | An optional suffix appended to usernames for `BUILT_IN` mapping expressions | [optional] |