...
The Read Only Output variable is the possible output value that the activity will provide:
- Output Status (type: stringboolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'.
...
The Read Only Output variable is the possible output value that the activity will provide:
- Output Status (type: stringboolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'.
...
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: stringList<KeyValuePair<String,String>>): outputs a list of dictionaries containing the request's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'CreationMethod', 'CreationTime', 'CreatorID', 'ExpirationTime', 'Justification', 'RequestedTime', 'RequestedTTL', 'RequestID', 'RequestStatus' and 'RoleID'.
...
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: stringList<KeyValuePair<String,String>>): outputs a list of dictionaries containing the request's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'CreationMethod', 'CreationTime', 'CreatorID', 'ExpirationTime', 'Justification', 'RequestedTime', 'RequestedTTL', 'RequestID', 'RequestStatus' and 'RoleID'.
...
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: stringList<KeyValuePair<String,String>>): outputs a list of dictionaries containing the role's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'RoleID', 'ApprovalEnabled', 'AvailableFrom', 'AvailableTo', 'AvailabilityWindowEnabled', 'Description', 'DisplayName', 'MFAEnabled' and 'TTL'.
...
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: list<<Key>List<KeyValuePair<String,<Value>>String>>): outputs a list of dictionaries containing the pending request's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'ApprovalObjectID', 'FIMRequestID', 'RequestorID', 'CreationTime', 'Justification', 'RequestedTime', 'RequestedTTL', 'Requestor' and 'RoleName'.
Reject PAM Request
This activity rejects a PAM request to elevate to a PAM role.
Activity Parameters
The Reject PAM Request activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): PAM Connection. The Output from Connect To PAM activity should be used as Input for this parameter.
- Request ID (text box editor type) (type: string): the identifier (GUID) of the PAM request to reject.
The Read Only Output variable is the possible output value that the activity will provide:
- Output Status (type: boolean): outputs the operation status. If succeeded, the output value is 'True', otherwise is false.