...
- Output (type: 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', 'RequestIDRequestedTime', , 'RoleIDRequestedTTL', 'RequestedTTLRequestID', 'RequestedTimeRequestStatus' and and 'RequestStatusRoleID'.
Disconnect From PAM
This activity disconnects the specified PAM connection.
...
- Output (type: 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'.
Get PAM Session Info
This activity gets the username of the account that is logged in to the session.
Activity Parameters
The Get PAM Session Info 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.
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: list<string>): outputs a list of active usernames.
Get Pending PAM Requests
This activity gets a list of pending requests that need approval.
Activity Parameters
The Get Pending PAM Requests 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.
- Filter Role Name (text box editor type) (type: string): filter requests by role name.
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: list<<Key>,<Value>>): 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'.