Property ConfigFile
ConfigFile
Gets or sets the path of the OCI configuration file.
Declaration
public string ConfigFile { get; set; }
Property Value
Type | Description |
---|---|
String |
The path (absolute or relative) to the OCI configuration file that
is used to supply the credentials. The default is
~/.oci/config where ~ represents user's home
directory on Unix systems and the user's profile directory (see
USERPROFILE environment variable) on Windows systems.
This property is exclusive with Credentials,
CredentialsProvider,
UseInstancePrincipal,
UseResourcePrincipal and
UseOKEWorkloadIdentity.
|