ApprovePrivilegedApiRequestDetails¶
-
class
oci.apiaccesscontrol.models.
ApprovePrivilegedApiRequestDetails
(**kwargs)¶ Bases:
object
Details of the privilegedApi request approval such as when the approver approved and any comment provided by the approver.
Methods
__init__
(**kwargs)Initializes a new ApprovePrivilegedApiRequestDetails object with values from keyword arguments. Attributes
approver_comment
Gets the approver_comment of this ApprovePrivilegedApiRequestDetails. time_of_user_creation
Gets the time_of_user_creation of this ApprovePrivilegedApiRequestDetails. -
__init__
(**kwargs)¶ Initializes a new ApprovePrivilegedApiRequestDetails 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 ApprovePrivilegedApiRequestDetails.
- time_of_user_creation (datetime) – The value to assign to the time_of_user_creation property of this ApprovePrivilegedApiRequestDetails.
-
approver_comment
¶ Gets the approver_comment of this ApprovePrivilegedApiRequestDetails. Comment by the approver during approval.
Returns: The approver_comment of this ApprovePrivilegedApiRequestDetails. Return type: str
-
time_of_user_creation
¶ Gets the time_of_user_creation of this ApprovePrivilegedApiRequestDetails. 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 ApprovePrivilegedApiRequestDetails. Return type: datetime
-