username Password Credentials
suspend fun usernamePasswordCredentials(value: Output<AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs>)
suspend fun usernamePasswordCredentials(value: AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgs?)
Parameters
value
Defines the username and password references when UsernamePassword user authentication mode is selected.
suspend fun usernamePasswordCredentials(argument: suspend AssetEndpointProfilePropertiesUsernamePasswordCredentialsArgsBuilder.() -> Unit)
Parameters
argument
Defines the username and password references when UsernamePassword user authentication mode is selected.