Class AuthenticationRequest
Inherited Members
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class AuthenticationRequestProperties
Password
Declaration
[Required(ErrorMessage = "Password is required.")]
[JsonProperty(PropertyName = "password")]
public string Password { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The password | 
Remarks
Required
TenantName
Declaration
[Required(ErrorMessage = "TenantName is required.")]
[JsonProperty(PropertyName = "tenantName")]
public string TenantName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the tenancy | 
Remarks
Required
UserName
Declaration
[Required(ErrorMessage = "UserName is required.")]
[JsonProperty(PropertyName = "userName")]
public string UserName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The user name | 
Remarks
Required