Show / Hide Table of Contents

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 lifecycleState changes from CREATING to ACTIVE before using it.

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.
Example: 2016-08-25T21:10:29.600Z

UserId

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String

The OCID of the user.

In This Article
Back to top