Table of Contents

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

string

Read

Read resources.

public const string Read = "read"

Field Value

string

Write

Create or update resources.

public const string Write = "write"

Field Value

string