ApproveAccessRequestDetails¶
-
class
oci.operator_access_control.models.
ApproveAccessRequestDetails
(**kwargs)¶ Bases:
object
Details of the access request approval.
Methods
__init__
(**kwargs)Initializes a new ApproveAccessRequestDetails object with values from keyword arguments. Attributes
additional_message
Gets the additional_message of this ApproveAccessRequestDetails. approver_comment
Gets the approver_comment of this ApproveAccessRequestDetails. audit_type
Gets the audit_type of this ApproveAccessRequestDetails. time_of_user_creation
Gets the time_of_user_creation of this ApproveAccessRequestDetails. -
__init__
(**kwargs)¶ Initializes a new ApproveAccessRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - approver_comment (str) – The value to assign to the approver_comment property of this ApproveAccessRequestDetails.
- audit_type (list[str]) – The value to assign to the audit_type property of this ApproveAccessRequestDetails.
- additional_message (str) – The value to assign to the additional_message property of this ApproveAccessRequestDetails.
- time_of_user_creation (datetime) – The value to assign to the time_of_user_creation property of this ApproveAccessRequestDetails.
-
additional_message
¶ Gets the additional_message of this ApproveAccessRequestDetails. Message that needs to be displayed to the Ops User.
Returns: The additional_message of this ApproveAccessRequestDetails. Return type: str
-
approver_comment
¶ Gets the approver_comment of this ApproveAccessRequestDetails. Comment by the approver during approval.
Returns: The approver_comment of this ApproveAccessRequestDetails. Return type: str
-
audit_type
¶ Gets the audit_type of this ApproveAccessRequestDetails. Specifies the type of auditing to be enabled. There are two levels of auditing: command-level and keystroke-level. By default, auditing is enabled at the command level i.e., each command issued by the operator is audited. When keystroke-level is chosen, in addition to command level logging, key strokes are also logged.
Returns: The audit_type of this ApproveAccessRequestDetails. Return type: list[str]
-
time_of_user_creation
¶ Gets the time_of_user_creation of this ApproveAccessRequestDetails. The time when access request is scheduled to be approved in RFC 3339 timestamp format.Example: ‘2020-05-22T21:10:29.600Z’
Returns: The time_of_user_creation of this ApproveAccessRequestDetails. Return type: datetime
-