public static class CreateOperatorControlDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateOperatorControlDetails.Builder |
approverGroupsList(List<String> approverGroupsList)
List of user groups who can approve an access request associated with a resource governed
by this operator control.
|
CreateOperatorControlDetails.Builder |
approversList(List<String> approversList)
List of users who can approve an access request associated with a resource governed by
this operator control.
|
CreateOperatorControlDetails |
build() |
CreateOperatorControlDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains this operator control.
|
CreateOperatorControlDetails.Builder |
copy(CreateOperatorControlDetails model) |
CreateOperatorControlDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateOperatorControlDetails.Builder |
description(String description)
Description of the operator control.
|
CreateOperatorControlDetails.Builder |
emailIdList(List<String> emailIdList)
List of emailId.
|
CreateOperatorControlDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateOperatorControlDetails.Builder |
isFullyPreApproved(Boolean isFullyPreApproved)
Whether all the operator actions have been pre-approved.
|
CreateOperatorControlDetails.Builder |
numberOfApprovers(Integer numberOfApprovers)
Number of approvers required to approve an access request.
|
CreateOperatorControlDetails.Builder |
operatorControlName(String operatorControlName)
Name of the operator control.
|
CreateOperatorControlDetails.Builder |
preApprovedOpActionList(List<String> preApprovedOpActionList)
List of pre-approved operator actions.
|
CreateOperatorControlDetails.Builder |
resourceType(ResourceTypes resourceType)
resourceType for which the OperatorControl is applicable
|
CreateOperatorControlDetails.Builder |
systemMessage(String systemMessage)
This is the message that will be displayed to the operator users while accessing the
system.
|
public CreateOperatorControlDetails.Builder operatorControlName(String operatorControlName)
Name of the operator control.
operatorControlName
- the value to setpublic CreateOperatorControlDetails.Builder description(String description)
Description of the operator control.
description
- the value to setpublic CreateOperatorControlDetails.Builder approversList(List<String> approversList)
List of users who can approve an access request associated with a resource governed by this operator control.
approversList
- the value to setpublic CreateOperatorControlDetails.Builder approverGroupsList(List<String> approverGroupsList)
List of user groups who can approve an access request associated with a resource governed by this operator control.
approverGroupsList
- the value to setpublic CreateOperatorControlDetails.Builder preApprovedOpActionList(List<String> preApprovedOpActionList)
List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be auto-approved if the access request only contain operator actions in the pre-approved list.
preApprovedOpActionList
- the value to setpublic CreateOperatorControlDetails.Builder isFullyPreApproved(Boolean isFullyPreApproved)
Whether all the operator actions have been pre-approved. If yes, all access requests associated with a resource governed by this operator control will be auto-approved.
isFullyPreApproved
- the value to setpublic CreateOperatorControlDetails.Builder resourceType(ResourceTypes resourceType)
resourceType for which the OperatorControl is applicable
resourceType
- the value to setpublic CreateOperatorControlDetails.Builder numberOfApprovers(Integer numberOfApprovers)
Number of approvers required to approve an access request.
numberOfApprovers
- the value to setpublic CreateOperatorControlDetails.Builder emailIdList(List<String> emailIdList)
List of emailId.
emailIdList
- the value to setpublic CreateOperatorControlDetails.Builder systemMessage(String systemMessage)
This is the message that will be displayed to the operator users while accessing the system.
systemMessage
- the value to setpublic CreateOperatorControlDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains this operator control.
compartmentId
- the value to setpublic CreateOperatorControlDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
freeformTags
- the value to setpublic CreateOperatorControlDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
definedTags
- the value to setpublic CreateOperatorControlDetails build()
public CreateOperatorControlDetails.Builder copy(CreateOperatorControlDetails model)
Copyright © 2016–2024. All rights reserved.