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

NameTypeDescriptionNotes
PushStatusstringDetermines if the username is pushed to the app on updates for CUSTOM `type`[optional]
TemplatestringMapping expression used to generate usernames. The following are supported mapping expressions that are used with the `BUILT_IN` template type:Name
TypestringType of mapping expression. Empty string is allowed.[optional] [default to TypeEnum.BUILTIN]
UserSuffixstringAn optional suffix appended to usernames for `BUILT_IN` mapping expressions[optional]

[Back to Model list] [Back to API list] [Back to README]