Okta.Sdk.Model.AppUserCredentials
October 22, 2025 ยท View on GitHub
Specifies a user's credentials for the app. This parameter can be omitted for apps with sign-on mode (signOnMode) or authentication schemes (credentials.scheme) that don't require credentials.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Password | AppUserPasswordCredential | [optional] | |
| UserName | string | The user's username in the app > Note: The userNameTemplate in the application object defines the default username generated when a user is assigned to that app. > If you attempt to assign a username or password to an app with an incompatible authentication scheme, the following error is returned: > "Credentials should not be set on this resource based on the scheme." | [optional] |