Class CustomAccount (1.8.0)

CustomAccount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes authentication configuration that uses a custom account.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > CustomAccount