ReviewAccessRequestDetails¶
-
class
oci.operator_access_control.models.
ReviewAccessRequestDetails
(**kwargs)¶ Bases:
object
Details to mark access request in review.
Methods
__init__
(**kwargs)Initializes a new ReviewAccessRequestDetails object with values from keyword arguments. Attributes
approver_comment
Gets the approver_comment of this ReviewAccessRequestDetails. -
__init__
(**kwargs)¶ Initializes a new ReviewAccessRequestDetails 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 ReviewAccessRequestDetails.
-
approver_comment
¶ Gets the approver_comment of this ReviewAccessRequestDetails. Comment by the approver explaining that the access request is in review.
Returns: The approver_comment of this ReviewAccessRequestDetails. Return type: str
-