Enumeration

AgsSecurityContextMode

since: 6.0

Declaration

flags Ags.SecurityContextMode

Description [src]

The AgsSecurityContextMode specifies basic account permissions.

Available since: 6.0

Members

AGS_SECURITY_CONTEXT_RPC_READ

Allowed to read using RPC.

  • Value: 1
  • Nickname: security-context-rpc-read
  • Available since: 6.0
AGS_SECURITY_CONTEXT_RPC_WRITE

Allowed to write using RPC.

  • Value: 2
  • Nickname: security-context-rpc-write
  • Available since: 6.0
AGS_SECURITY_CONTEXT_RPC_EXECUTE

Allowed to execute using RPC.

  • Value: 4
  • Nickname: security-context-rpc-execute
  • Available since: 6.0
AGS_SECURITY_CONTEXT_ACCOUNT_READ

Allowed to read account information.

  • Value: 8
  • Nickname: security-context-account-read
  • Available since: 6.0
AGS_SECURITY_CONTEXT_ACCOUNT_WRITE

Allowed to write account information.

  • Value: 16
  • Nickname: security-context-account-write
  • Available since: 6.0