Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static AuthToken.Builder |
AuthToken.builder()
Create a new builder.
|
AuthToken.Builder |
AuthToken.Builder.copy(AuthToken model) |
AuthToken.Builder |
AuthToken.Builder.description(String description)
The description you assign to the auth token.
|
AuthToken.Builder |
AuthToken.Builder.id(String id)
The OCID of the auth token.
|
AuthToken.Builder |
AuthToken.Builder.inactiveStatus(Long inactiveStatus)
The detailed status of INACTIVE lifecycleState.
|
AuthToken.Builder |
AuthToken.Builder.lifecycleState(AuthToken.LifecycleState lifecycleState)
The token’s current state.
|
AuthToken.Builder |
AuthToken.Builder.timeCreated(Date timeCreated)
Date and time the
AuthToken object was created, in the format defined by RFC3339. |
AuthToken.Builder |
AuthToken.Builder.timeExpires(Date timeExpires)
Date and time when this auth token will expire, in the format defined by RFC3339.
|
AuthToken.Builder |
AuthToken.toBuilder() |
AuthToken.Builder |
AuthToken.Builder.token(String token)
The auth token.
|
AuthToken.Builder |
AuthToken.Builder.userId(String userId)
The OCID of the user the auth token belongs to.
|
Copyright © 2016–2024. All rights reserved.