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