| getauthenticationepaactionResult Structure Definition |
The getauthenticationepaactionResult structure defines the return type for getauthenticationepaaction API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
authenticationepaactionList |
List of authenticationepaactions |
| authenticationepaaction Structure Definition |
The authenticationepaaction structure defines the actual return type values for getauthenticationepaaction API. |
Syntax |
Members |
name |
Name of the epa action. |
killprocess |
String specifying the name of a process to be terminated by the endpoint analysis (EPA) tool. Multiple processes to be delimited by comma |
deletefiles |
String specifying the path(s) and name(s) of the files to be deleted by the endpoint analysis (EPA) tool. Multiple files to be delimited by comma |
defaultepagroup |
This is the default group that is chosen when the EPA check succeeds. |
quarantinegroup |
This is the quarantine group that is chosen when the EPA check fails
if configured. |
csecexpr |
it holds the ClientSecurityExpression to be sent to the client |
deviceposture |
Parameter to enable/disable device posture service scan |
_nextgenapiresource |
See Also |