UpdateOperatorControlAssignmentDetails¶
-
class
oci.operator_access_control.models.
UpdateOperatorControlAssignmentDetails
(**kwargs)¶ Bases:
object
Details for modifying the Operator Control assignment.
Methods
__init__
(**kwargs)Initializes a new UpdateOperatorControlAssignmentDetails object with values from keyword arguments. Attributes
comment
Gets the comment of this UpdateOperatorControlAssignmentDetails. defined_tags
Gets the defined_tags of this UpdateOperatorControlAssignmentDetails. freeform_tags
Gets the freeform_tags of this UpdateOperatorControlAssignmentDetails. is_auto_approve_during_maintenance
Gets the is_auto_approve_during_maintenance of this UpdateOperatorControlAssignmentDetails. is_enforced_always
[Required] Gets the is_enforced_always of this UpdateOperatorControlAssignmentDetails. is_hypervisor_log_forwarded
Gets the is_hypervisor_log_forwarded of this UpdateOperatorControlAssignmentDetails. is_log_forwarded
Gets the is_log_forwarded of this UpdateOperatorControlAssignmentDetails. remote_syslog_server_address
Gets the remote_syslog_server_address of this UpdateOperatorControlAssignmentDetails. remote_syslog_server_ca_cert
Gets the remote_syslog_server_ca_cert of this UpdateOperatorControlAssignmentDetails. remote_syslog_server_port
Gets the remote_syslog_server_port of this UpdateOperatorControlAssignmentDetails. time_assignment_from
Gets the time_assignment_from of this UpdateOperatorControlAssignmentDetails. time_assignment_to
Gets the time_assignment_to of this UpdateOperatorControlAssignmentDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateOperatorControlAssignmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_assignment_from (datetime) – The value to assign to the time_assignment_from property of this UpdateOperatorControlAssignmentDetails.
- time_assignment_to (datetime) – The value to assign to the time_assignment_to property of this UpdateOperatorControlAssignmentDetails.
- is_enforced_always (bool) – The value to assign to the is_enforced_always property of this UpdateOperatorControlAssignmentDetails.
- comment (str) – The value to assign to the comment property of this UpdateOperatorControlAssignmentDetails.
- is_log_forwarded (bool) – The value to assign to the is_log_forwarded property of this UpdateOperatorControlAssignmentDetails.
- remote_syslog_server_address (str) – The value to assign to the remote_syslog_server_address property of this UpdateOperatorControlAssignmentDetails.
- remote_syslog_server_port (int) – The value to assign to the remote_syslog_server_port property of this UpdateOperatorControlAssignmentDetails.
- remote_syslog_server_ca_cert (str) – The value to assign to the remote_syslog_server_ca_cert property of this UpdateOperatorControlAssignmentDetails.
- is_hypervisor_log_forwarded (bool) – The value to assign to the is_hypervisor_log_forwarded property of this UpdateOperatorControlAssignmentDetails.
- is_auto_approve_during_maintenance (bool) – The value to assign to the is_auto_approve_during_maintenance property of this UpdateOperatorControlAssignmentDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOperatorControlAssignmentDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOperatorControlAssignmentDetails.
-
comment
¶ Gets the comment of this UpdateOperatorControlAssignmentDetails. Comment about the modification of the operator control assignment.
Returns: The comment of this UpdateOperatorControlAssignmentDetails. Return type: str
Gets the defined_tags of this UpdateOperatorControlAssignmentDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace.
Returns: The defined_tags of this UpdateOperatorControlAssignmentDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateOperatorControlAssignmentDetails. 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 UpdateOperatorControlAssignmentDetails. Return type: dict(str, str)
-
is_auto_approve_during_maintenance
¶ Gets the is_auto_approve_during_maintenance of this UpdateOperatorControlAssignmentDetails. The boolean if true would autoApprove during maintenance.
Returns: The is_auto_approve_during_maintenance of this UpdateOperatorControlAssignmentDetails. Return type: bool
-
is_enforced_always
¶ [Required] Gets the is_enforced_always of this UpdateOperatorControlAssignmentDetails. If true, then the target resource is always governed by the operator control. Otherwise governance is time-based as specified by timeAssignmentTo and timeAssignmentFrom.
Returns: The is_enforced_always of this UpdateOperatorControlAssignmentDetails. Return type: bool
-
is_hypervisor_log_forwarded
¶ Gets the is_hypervisor_log_forwarded of this UpdateOperatorControlAssignmentDetails. If set, then the hypervisor audit logs will be forwarded to the relevant remote syslog server
Returns: The is_hypervisor_log_forwarded of this UpdateOperatorControlAssignmentDetails. Return type: bool
-
is_log_forwarded
¶ Gets the is_log_forwarded of this UpdateOperatorControlAssignmentDetails. If set, then the audit logs will be forwarded to the relevant remote logging server
Returns: The is_log_forwarded of this UpdateOperatorControlAssignmentDetails. Return type: bool
-
remote_syslog_server_address
¶ Gets the remote_syslog_server_address of this UpdateOperatorControlAssignmentDetails. The address of the remote syslog server where the audit logs will be forwarded to. Address in host or IP format.
Returns: The remote_syslog_server_address of this UpdateOperatorControlAssignmentDetails. Return type: str
-
remote_syslog_server_ca_cert
¶ Gets the remote_syslog_server_ca_cert of this UpdateOperatorControlAssignmentDetails. The CA certificate of the remote syslog server. Identity of the remote syslog server will be asserted based on this certificate.
Returns: The remote_syslog_server_ca_cert of this UpdateOperatorControlAssignmentDetails. Return type: str
-
remote_syslog_server_port
¶ Gets the remote_syslog_server_port of this UpdateOperatorControlAssignmentDetails. The listening port of the remote syslog server. The port range is 0 - 65535. Only TCP supported.
Returns: The remote_syslog_server_port of this UpdateOperatorControlAssignmentDetails. Return type: int
-
time_assignment_from
¶ Gets the time_assignment_from of this UpdateOperatorControlAssignmentDetails. The time at which the target resource will be brought under the governance of the operator control in `RFC 3339`__ timestamp format. Example: ‘2020-05-22T21:10:29.600Z’
Returns: The time_assignment_from of this UpdateOperatorControlAssignmentDetails. Return type: datetime
-
time_assignment_to
¶ Gets the time_assignment_to of this UpdateOperatorControlAssignmentDetails. The time at which the target resource will leave the governance of the operator control in `RFC 3339`__timestamp format.Example: ‘2020-05-22T21:10:29.600Z’
Returns: The time_assignment_to of this UpdateOperatorControlAssignmentDetails. Return type: datetime
-