pub struct Config {
pub user: Option<String>,
pub tenancy: Option<String>,
pub region: Option<String>,
pub key_file: Option<String>,
pub fingerprint: Option<String>,
pub config_file: Option<String>,
pub profile: Option<String>,
}Config is no longer needed. Use specific credential providers instead
Expand description
Config for Oracle Cloud Infrastructure services.
Fieldsยง
ยงuser: Option<String>Config is no longer needed. Use specific credential providers instead
UserID for Oracle Cloud Infrastructure.
tenancy: Option<String>Config is no longer needed. Use specific credential providers instead
TenancyID for Oracle Cloud Infrastructure.
region: Option<String>Config is no longer needed. Use specific credential providers instead
Region for Oracle Cloud Infrastructure.
key_file: Option<String>Config is no longer needed. Use specific credential providers instead
Private key file path for Oracle Cloud Infrastructure.
fingerprint: Option<String>Config is no longer needed. Use specific credential providers instead
Fingerprint for the key_file.
config_file: Option<String>Config is no longer needed. Use specific credential providers instead
Config file path to load credentials.
profile: Option<String>Config is no longer needed. Use specific credential providers instead
Profile name in the config file.