Returns an array of credentials for an agent.
GET /assetmgmt/audit/{agentId}/credentials
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"CredentialId": 0,
"Type": "string",
"Name": "string",
"UserName": "string",
"Domain": "string",
"CreateAccount": true,
"AsAdministrator": true,
"InEffect": true,
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}