Get User Secret Activity
Get all Secret activity for a specific user.
External Documentation
To learn more, visit the Delinea documentation.
Parameters
Parameter | Description |
---|---|
Filter Exclude Inactive Secrets | Exclude any inactive secrets. |
Max Records | Maximum number of records to include in results. |
User ID | User ID. Can be retrieved from the 'List Users' action. |
Example Output
{
"batchCount": 0,
"currentPage": 0,
"hasNext": true,
"hasPrev": true,
"nextSkip": 0,
"pageCount": 0,
"prevSkip": 0,
"records": [
{
"active": true,
"folderId": 0,
"folderPath": "string",
"ipAddress": "string",
"lastDate": "2019-08-24T14:15:22Z",
"secretId": 0,
"secretName": "string",
"secretType": "string"
}
],
"severity": "None",
"skip": 0,
"sortBy": [
{
"direction": "None",
"name": "string",
"priority": 0
}
],
"success": true,
"take": 0,
"total": 0
}
Workflow Library Example
Get User Secret Activity with Delinea and Send Results Via Email
Preview this Workflow on desktop