Class AuthorizableOperations
- Namespace
 - FoundationaLLM.Common.Constants.Authorization
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the names of the core authorizable operations.
public static class AuthorizableOperations
  - Inheritance
 - 
      
      AuthorizableOperations
 
- Inherited Members
 
Fields
Delete
Delete or purge resources.
public const string Delete = "delete"
  Field Value
Read
Read resources.
public const string Read = "read"
  Field Value
Write
Create or update resources.
public const string Write = "write"