ApproveDelegatedResourceAccessRequestDetails

class oci.delegate_access_control.models.ApproveDelegatedResourceAccessRequestDetails(**kwargs)

Bases: object

Details of the Delegated Resource Access Request approval.

Methods

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

Attributes

additional_message Gets the additional_message of this ApproveDelegatedResourceAccessRequestDetails.
approver_comment Gets the approver_comment of this ApproveDelegatedResourceAccessRequestDetails.
time_approved_for_access Gets the time_approved_for_access of this ApproveDelegatedResourceAccessRequestDetails.
__init__(**kwargs)

Initializes a new ApproveDelegatedResourceAccessRequestDetails 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 ApproveDelegatedResourceAccessRequestDetails.
  • additional_message (str) – The value to assign to the additional_message property of this ApproveDelegatedResourceAccessRequestDetails.
  • time_approved_for_access (datetime) – The value to assign to the time_approved_for_access property of this ApproveDelegatedResourceAccessRequestDetails.
additional_message

Gets the additional_message of this ApproveDelegatedResourceAccessRequestDetails. Message that needs to be displayed to the operator.

Returns:The additional_message of this ApproveDelegatedResourceAccessRequestDetails.
Return type:str
approver_comment

Gets the approver_comment of this ApproveDelegatedResourceAccessRequestDetails. Comment by the approver during approval.

Returns:The approver_comment of this ApproveDelegatedResourceAccessRequestDetails.
Return type:str
time_approved_for_access

Gets the time_approved_for_access of this ApproveDelegatedResourceAccessRequestDetails. Access start time that is actually approved by the customer in `RFC 3339`__timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’.

Returns:The time_approved_for_access of this ApproveDelegatedResourceAccessRequestDetails.
Return type:datetime