UpdateOperatorControlDetails

class oci.operator_access_control.models.UpdateOperatorControlDetails(**kwargs)

Bases: object

Information about the new operator control.

Methods

__init__(**kwargs) Initializes a new UpdateOperatorControlDetails object with values from keyword arguments.

Attributes

approver_groups_list [Required] Gets the approver_groups_list of this UpdateOperatorControlDetails.
approvers_list Gets the approvers_list of this UpdateOperatorControlDetails.
defined_tags Gets the defined_tags of this UpdateOperatorControlDetails.
description Gets the description of this UpdateOperatorControlDetails.
email_id_list Gets the email_id_list of this UpdateOperatorControlDetails.
freeform_tags Gets the freeform_tags of this UpdateOperatorControlDetails.
is_fully_pre_approved [Required] Gets the is_fully_pre_approved of this UpdateOperatorControlDetails.
number_of_approvers Gets the number_of_approvers of this UpdateOperatorControlDetails.
operator_control_name [Required] Gets the operator_control_name of this UpdateOperatorControlDetails.
pre_approved_op_action_list Gets the pre_approved_op_action_list of this UpdateOperatorControlDetails.
system_message Gets the system_message of this UpdateOperatorControlDetails.
__init__(**kwargs)

Initializes a new UpdateOperatorControlDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • operator_control_name (str) – The value to assign to the operator_control_name property of this UpdateOperatorControlDetails.
  • description (str) – The value to assign to the description property of this UpdateOperatorControlDetails.
  • approvers_list (list[str]) – The value to assign to the approvers_list property of this UpdateOperatorControlDetails.
  • approver_groups_list (list[str]) – The value to assign to the approver_groups_list property of this UpdateOperatorControlDetails.
  • pre_approved_op_action_list (list[str]) – The value to assign to the pre_approved_op_action_list property of this UpdateOperatorControlDetails.
  • is_fully_pre_approved (bool) – The value to assign to the is_fully_pre_approved property of this UpdateOperatorControlDetails.
  • email_id_list (list[str]) – The value to assign to the email_id_list property of this UpdateOperatorControlDetails.
  • number_of_approvers (int) – The value to assign to the number_of_approvers property of this UpdateOperatorControlDetails.
  • system_message (str) – The value to assign to the system_message property of this UpdateOperatorControlDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOperatorControlDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOperatorControlDetails.
approver_groups_list

[Required] Gets the approver_groups_list of this UpdateOperatorControlDetails. List of user groups who can approve an access request associated with a target resource under the governance of this operator control.

Returns:The approver_groups_list of this UpdateOperatorControlDetails.
Return type:list[str]
approvers_list

Gets the approvers_list of this UpdateOperatorControlDetails. List of users who can approve an access request associated with a target resource under the governance of this operator control.

Returns:The approvers_list of this UpdateOperatorControlDetails.
Return type:list[str]
defined_tags

Gets the defined_tags of this UpdateOperatorControlDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace.

Returns:The defined_tags of this UpdateOperatorControlDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateOperatorControlDetails. Description of the operator control.

Returns:The description of this UpdateOperatorControlDetails.
Return type:str
email_id_list

Gets the email_id_list of this UpdateOperatorControlDetails. List of emailId.

Returns:The email_id_list of this UpdateOperatorControlDetails.
Return type:list[str]
freeform_tags

Gets the freeform_tags of this UpdateOperatorControlDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.

Returns:The freeform_tags of this UpdateOperatorControlDetails.
Return type:dict(str, str)
is_fully_pre_approved

[Required] Gets the is_fully_pre_approved of this UpdateOperatorControlDetails. 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.

Returns:The is_fully_pre_approved of this UpdateOperatorControlDetails.
Return type:bool
number_of_approvers

Gets the number_of_approvers of this UpdateOperatorControlDetails. Number of approvers required to approve an access request.

Returns:The number_of_approvers of this UpdateOperatorControlDetails.
Return type:int
operator_control_name

[Required] Gets the operator_control_name of this UpdateOperatorControlDetails. Name of the operator control.

Returns:The operator_control_name of this UpdateOperatorControlDetails.
Return type:str
pre_approved_op_action_list

Gets the pre_approved_op_action_list of this UpdateOperatorControlDetails. List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list.

Returns:The pre_approved_op_action_list of this UpdateOperatorControlDetails.
Return type:list[str]
system_message

Gets the system_message of this UpdateOperatorControlDetails. System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.

Returns:The system_message of this UpdateOperatorControlDetails.
Return type:str