fallbackOnAdminCredentials property

bool? fallbackOnAdminCredentials
getter/setter pair

Fallback on admin credentials for the connection.

If this both auth_override_enabled and fallback_on_admin_credentials are set to true, the connection will use the admin credentials if the dynamic auth header is not present during auth override.

Optional.

Implementation

core.bool? fallbackOnAdminCredentials;