Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static UIPassword.Builder |
UIPassword.builder()
Create a new builder.
|
UIPassword.Builder |
UIPassword.Builder.copy(UIPassword model) |
UIPassword.Builder |
UIPassword.Builder.inactiveStatus(Long inactiveStatus)
The detailed status of INACTIVE lifecycleState.
|
UIPassword.Builder |
UIPassword.Builder.lifecycleState(UIPassword.LifecycleState lifecycleState)
The password’s current state.
|
UIPassword.Builder |
UIPassword.Builder.password(String password)
The user’s password for the Console.
|
UIPassword.Builder |
UIPassword.Builder.timeCreated(Date timeCreated)
Date and time the password was created, in the format defined by RFC3339.
|
UIPassword.Builder |
UIPassword.toBuilder() |
UIPassword.Builder |
UIPassword.Builder.userId(String userId)
The OCID of the user.
|
Copyright © 2016–2024. All rights reserved.