Class UIPassword
A text password that enables a user to sign in to the Console, the user interface for interacting with Oracle
Cloud Infrastructure.
For more information about user credentials, see User Credentials.
Inheritance
System.Object
UIPassword
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UIPassword : object
Properties
InactiveStatus
Declaration
public System.Nullable<long> InactiveStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The detailed status of INACTIVE lifecycleState. |
LifecycleState
Declaration
public System.Nullable<UIPassword.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UIPassword.LifecycleStateEnum> | The password's current state. After creating a password, make sure its |
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user's password for the Console. |
TimeCreated
Declaration
public System.Nullable<System.DateTime> TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | Date and time the password was created, in the format defined by RFC3339.
|
UserId
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the user. |