Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
static OperatorControlSummary.Builder |
OperatorControlSummary.builder()
Create a new builder.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the operator control.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.copy(OperatorControlSummary model) |
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.id(String id)
The OCID of the operator control.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.isFullyPreApproved(Boolean isFullyPreApproved)
Whether all operator actions are pre-approved.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.lifecycleState(OperatorControlLifecycleStates lifecycleState)
The current lifecycle state of the operator control.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.numberOfApprovers(Integer numberOfApprovers)
Number of approvers required to approve an access request.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.operatorControlName(String operatorControlName)
Name of the operator control.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.resourceType(ResourceTypes resourceType)
resourceType for which the OperatorControl is applicable
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.timeOfCreation(Date timeOfCreation)
Time when the operator control was created, expressed in [RFC 3339]
(https://tools.ietf.org/html/rfc3339) timestamp format.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.timeOfDeletion(Date timeOfDeletion)
Time when the operator control was deleted, expressed in RFC
3339 timestamp format.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.timeOfModification(Date timeOfModification)
Time when the operator control was last modified, expressed in [RFC 3339]
(https://tools.ietf.org/html/rfc3339) timestamp format.
|
OperatorControlSummary.Builder |
OperatorControlSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.