Actions

A comma-separated list of ACI actions that you want to enable for this role configuration.

If a user connection matches one of the allowed clients, principals, or SSL identities, they have permission to perform the specified actions, regardless of whether they also have the appropriate standard role for that action.

You define the users that belong to a particular role by using Clients, GSSPrincipals, and SSLIdentities.

IMPORTANT: If you do not provide any authorization roles for a standard role, IDOL Content Component uses the default client authorization for the role (see StandardRoles). If you define authorization only by actions, Micro Focus recommends that you configure an authorization role that disallows all users for all roles by default. For example:

[ForbidAllRoles]
StandardRoles=*
Clients=""

This configuration ensures that IDOL Content Component uses only your action-based authorizations.

Type: String
Default:  
Required: No
Configuration Section: MyAuthorizationRole
Example: Actions=GetPID,GetVersion,GetStatus,GRL,GetLicenseInfo
See Also: Clients
GSSPrincipals
SSLIdentities