CustomAccountResponse

data class CustomAccountResponse(val loginUrl: String, val password: String, val username: String)

Describes authentication configuration that uses a custom account.

Constructors

Link copied to clipboard
fun CustomAccountResponse(loginUrl: String, password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The login form URL of the website.

Link copied to clipboard

Input only. The password of the custom account. The credential is stored encrypted and not returned in any response nor included in audit logs.

Link copied to clipboard

The user name of the custom account.