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