CustomAccount(mapping=None, *, ignore_unknown_fields=False, **kwargs)Describes authentication configuration that uses a custom account.
Attributes |
|
|---|---|
| Name | Description |
username |
str
Required. The user name of the custom account. |
password |
str
Required. Input only. The password of the custom account. The credential is stored encrypted and not returned in any response nor included in audit logs. |
login_url |
str
Required. The login form URL of the website. |