RevokePrivilegedApiRequestDetails

class oci.apiaccesscontrol.models.RevokePrivilegedApiRequestDetails(**kwargs)

Bases: object

Summary of why the already approved privilegedApi request was revoked.

Methods

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

Attributes

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

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

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

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