HandleAccessRequestDetails

class oci.lockbox.models.HandleAccessRequestDetails(**kwargs)

Bases: object

The details for handling access request.

Attributes

ACTION_APPROVE A constant which can be used with the action property of a HandleAccessRequestDetails.
ACTION_CANCEL A constant which can be used with the action property of a HandleAccessRequestDetails.
ACTION_DENY A constant which can be used with the action property of a HandleAccessRequestDetails.
ACTION_REVOKE A constant which can be used with the action property of a HandleAccessRequestDetails.
action [Required] Gets the action of this HandleAccessRequestDetails.
message Gets the message of this HandleAccessRequestDetails.

Methods

__init__(**kwargs) Initializes a new HandleAccessRequestDetails object with values from keyword arguments.
ACTION_APPROVE = 'APPROVE'

A constant which can be used with the action property of a HandleAccessRequestDetails. This constant has a value of “APPROVE”

ACTION_CANCEL = 'CANCEL'

A constant which can be used with the action property of a HandleAccessRequestDetails. This constant has a value of “CANCEL”

ACTION_DENY = 'DENY'

A constant which can be used with the action property of a HandleAccessRequestDetails. This constant has a value of “DENY”

ACTION_REVOKE = 'REVOKE'

A constant which can be used with the action property of a HandleAccessRequestDetails. This constant has a value of “REVOKE”

__init__(**kwargs)

Initializes a new HandleAccessRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • action (str) – The value to assign to the action property of this HandleAccessRequestDetails. Allowed values for this property are: “APPROVE”, “DENY”, “REVOKE”, “CANCEL”
  • message (str) – The value to assign to the message property of this HandleAccessRequestDetails.
action

[Required] Gets the action of this HandleAccessRequestDetails. The action take by persona

Allowed values for this property are: “APPROVE”, “DENY”, “REVOKE”, “CANCEL”

Returns:The action of this HandleAccessRequestDetails.
Return type:str
message

Gets the message of this HandleAccessRequestDetails. Action justification or details.

Returns:The message of this HandleAccessRequestDetails.
Return type:str