Enumeration

AgsSecurityContextMode

Declaration

flags Ags.SecurityContextMode

Description [src]

The AgsSecurityContextMode specifies basic account permissions.

Members

AGS_SECURITY_CONTEXT_RPC_READ

Allowed to read using RPC.

  • Value: 1
  • Available since: 7.0
AGS_SECURITY_CONTEXT_RPC_WRITE

Allowed to write using RPC.

  • Value: 2
  • Available since: 7.0
AGS_SECURITY_CONTEXT_RPC_EXECUTE

Allowed to execute using RPC.

  • Value: 4
  • Available since: 7.0
AGS_SECURITY_CONTEXT_ACCOUNT_READ

Allowed to read account information.

  • Value: 8
  • Available since: 7.0
AGS_SECURITY_CONTEXT_ACCOUNT_WRITE

Allowed to write account information.

  • Value: 16
  • Available since: 7.0