Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
OperatorControl.Builder |
OperatorControl.Builder.approvalRequiredOpActionList(List<String> approvalRequiredOpActionList)
List of operator actions that need explicit approval.
|
OperatorControl.Builder |
OperatorControl.Builder.approverGroupsList(List<String> approverGroupsList)
List of user groups who can approve an access request associated with a target resource
under the governance of this operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.approversList(List<String> approversList)
List of users who can approve an access request associated with a target resource under
the governance of this operator control.
|
static OperatorControl.Builder |
OperatorControl.builder()
Create a new builder.
|
OperatorControl.Builder |
OperatorControl.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.copy(OperatorControl model) |
OperatorControl.Builder |
OperatorControl.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OperatorControl.Builder |
OperatorControl.Builder.description(String description)
Description of operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.emailIdList(List<String> emailIdList)
List of emailId.
|
OperatorControl.Builder |
OperatorControl.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
OperatorControl.Builder |
OperatorControl.Builder.id(String id)
The OCID of the operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.isDefaultOperatorControl(Boolean isDefaultOperatorControl)
Whether the operator control is a default Operator Control.
|
OperatorControl.Builder |
OperatorControl.Builder.isFullyPreApproved(Boolean isFullyPreApproved)
Whether all the operator actions have been pre-approved.
|
OperatorControl.Builder |
OperatorControl.Builder.lastModifiedInfo(String lastModifiedInfo)
Description associated with the latest modification of the operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.lifecycleState(OperatorControlLifecycleStates lifecycleState)
The current lifecycle state of the operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.numberOfApprovers(Integer numberOfApprovers)
Number of approvers required to approve an access request.
|
OperatorControl.Builder |
OperatorControl.Builder.operatorControlName(String operatorControlName)
Name of the operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.preApprovedOpActionList(List<String> preApprovedOpActionList)
List of pre-approved operator actions.
|
OperatorControl.Builder |
OperatorControl.Builder.resourceType(ResourceTypes resourceType)
resourceType for which the OperatorControl is applicable
|
OperatorControl.Builder |
OperatorControl.Builder.systemMessage(String systemMessage)
System message that would be displayed to the operator users on accessing the target
resource under the governance of this operator control.
|
OperatorControl.Builder |
OperatorControl.Builder.timeOfCreation(Date timeOfCreation)
Time when the operator control was created expressed in RFC
3339 timestamp format.
|
OperatorControl.Builder |
OperatorControl.Builder.timeOfDeletion(Date timeOfDeletion)
Time when deleted expressed in RFC 3339timestamp
format.
|
OperatorControl.Builder |
OperatorControl.Builder.timeOfModification(Date timeOfModification)
Time when the operator control was last modified expressed in RFC
3339 timestamp format.
|
OperatorControl.Builder |
OperatorControl.toBuilder() |
Copyright © 2016–2024. All rights reserved.