RejectAccessRequestDetails¶
-
class
oci.operator_access_control.models.RejectAccessRequestDetails(**kwargs)¶ Bases:
objectSummary of why the access request was rejected.
Methods
__init__(**kwargs)Initializes a new RejectAccessRequestDetails object with values from keyword arguments. Attributes
approver_commentGets the approver_comment of this RejectAccessRequestDetails. -
__init__(**kwargs)¶ Initializes a new RejectAccessRequestDetails 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 RejectAccessRequestDetails.
-
approver_comment¶ Gets the approver_comment of this RejectAccessRequestDetails. Comment by the approver explaining why the request is rejected.
Returns: The approver_comment of this RejectAccessRequestDetails. Return type: str
-