Property ProfileName
ProfileName
Gets or sets the profile name in the OCI configuration file.
Declaration
public string ProfileName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
The profile name in the OCI configuration file if the OCI
configuration file is used to supply the credentials. The
default profile name is DEFAULT. This property is
exclusive with Credentials,
CredentialsProvider,
UseInstancePrincipal,
UseResourcePrincipal and
UseOKEWorkloadIdentity.
|