public static interface AuthenticationMode.Builder extends SdkPojo, CopyableBuilder<AuthenticationMode.Builder,AuthenticationMode>
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMode.Builder |
passwords(Collection<String> passwords)
The password(s) used for authentication
|
AuthenticationMode.Builder |
passwords(String... passwords)
The password(s) used for authentication
|
AuthenticationMode.Builder |
type(InputAuthenticationType type)
Indicates whether the user requires a password to authenticate.
|
AuthenticationMode.Builder |
type(String type)
Indicates whether the user requires a password to authenticate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthenticationMode.Builder type(String type)
Indicates whether the user requires a password to authenticate. All newly-created users require a password.
type - Indicates whether the user requires a password to authenticate. All newly-created users require a
password.InputAuthenticationType,
InputAuthenticationTypeAuthenticationMode.Builder type(InputAuthenticationType type)
Indicates whether the user requires a password to authenticate. All newly-created users require a password.
type - Indicates whether the user requires a password to authenticate. All newly-created users require a
password.InputAuthenticationType,
InputAuthenticationTypeAuthenticationMode.Builder passwords(Collection<String> passwords)
The password(s) used for authentication
passwords - The password(s) used for authenticationAuthenticationMode.Builder passwords(String... passwords)
The password(s) used for authentication
passwords - The password(s) used for authenticationCopyright © 2023. All rights reserved.