Package | Description |
---|---|
com.oracle.bmc.delegateaccesscontrol | |
com.oracle.bmc.delegateaccesscontrol.model | |
com.oracle.bmc.delegateaccesscontrol.requests |
Modifier and Type | Method and Description |
---|---|
static DelegationControl.LifecycleState |
DelegationControl.LifecycleState.create(String key) |
DelegationControl.LifecycleState |
DelegationControl.getLifecycleState()
The current lifecycle state of the Delegation Control.
|
DelegationControl.LifecycleState |
DelegationControlSummary.getLifecycleState()
The current lifecycle state of the Delegation Control.
|
static DelegationControl.LifecycleState |
DelegationControl.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegationControl.LifecycleState[] |
DelegationControl.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DelegationControl.Builder |
DelegationControl.Builder.lifecycleState(DelegationControl.LifecycleState lifecycleState)
The current lifecycle state of the Delegation Control.
|
DelegationControlSummary.Builder |
DelegationControlSummary.Builder.lifecycleState(DelegationControl.LifecycleState lifecycleState)
The current lifecycle state of the Delegation Control.
|
Constructor and Description |
---|
DelegationControl(String id,
String compartmentId,
String displayName,
String description,
Integer numApprovalsRequired,
List<String> preApprovedServiceProviderActionNames,
List<String> delegationSubscriptionIds,
Boolean isAutoApproveDuringMaintenance,
List<String> resourceIds,
DelegationControlResourceType resourceType,
String notificationTopicId,
DelegationControl.NotificationMessageFormat notificationMessageFormat,
String vaultId,
String vaultKeyId,
DelegationControl.LifecycleState lifecycleState,
String lifecycleStateDetails,
Date timeCreated,
Date timeUpdated,
Date timeDeleted,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DelegationControlSummary(String id,
String displayName,
String compartmentId,
DelegationControlResourceType resourceType,
Date timeCreated,
Date timeUpdated,
Date timeDeleted,
DelegationControl.LifecycleState lifecycleState,
String lifecycleStateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DelegationControl.LifecycleState |
ListDelegationControlsRequest.getLifecycleState()
A filter to return only Delegation Control resources whose lifecycleState matches the given
Delegation Control lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDelegationControlsRequest.Builder |
ListDelegationControlsRequest.Builder.lifecycleState(DelegationControl.LifecycleState lifecycleState)
A filter to return only Delegation Control resources whose lifecycleState matches the
given Delegation Control lifecycle state.
|
Copyright © 2016–2024. All rights reserved.