Class UIPasswordInformation
Information about the UIPassword, which is 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
UIPasswordInformation
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UIPasswordInformation : object
Properties
LifecycleState
Declaration
public System.Nullable<UIPasswordInformation.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UIPasswordInformation.LifecycleStateEnum> | The password's current state. After creating a password, make sure its |
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. |