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