Class InstanceCredentials
The credentials for a particular instance.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceCredentials
  Properties
Password
Declaration
[Required(ErrorMessage = "Password is required.")]
[JsonProperty(PropertyName = "password")]
public string Password { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The password for the username.  | 
      
Remarks
Required
Username
Declaration
[Required(ErrorMessage = "Username is required.")]
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The username.  | 
      
Remarks
Required