RevokeAccessRequestDetails

class oci.operator_access_control.models.RevokeAccessRequestDetails(**kwargs)

Bases: object

Summary of why the already approved access request was revoked.

Methods

__init__(**kwargs) Initializes a new RevokeAccessRequestDetails object with values from keyword arguments.

Attributes

approver_comment Gets the approver_comment of this RevokeAccessRequestDetails.
__init__(**kwargs)

Initializes a new RevokeAccessRequestDetails 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 RevokeAccessRequestDetails.
approver_comment

Gets the approver_comment of this RevokeAccessRequestDetails. Comment specified by the approver explaining why the approval is revoked.

Returns:The approver_comment of this RevokeAccessRequestDetails.
Return type:str