ServiceActions
A comma-separated list of service 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, Instagram Connector uses the default client authorization for the role (see StandardRoles). If you define authorization only by actions, OpenText 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 Instagram Connector uses only your action-based authorizations.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | MyAuthorizationRole |
Example: | ServiceActions=GetStatus
|
See Also: | Clients
GSSPrincipals SSLIdentities |