Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Scope_name = map[int32]string{ 0: "READ", 1: "CREATE", 2: "GETACCESS", 3: "MODIFYACCESS", 4: "UPDATE", 5: "DELETE", 6: "INDEX", } Scope_value = map[string]int32{ "READ": 0, "CREATE": 1, "GETACCESS": 2, "MODIFYACCESS": 3, "UPDATE": 4, "DELETE": 5, "INDEX": 6, } )
Enum value maps for Scope.
View Source
var File_scopes_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Scope ¶
type Scope int32
/ Access scopes.
const ( /// Read and decrypt data. Scope_READ Scope = 0 /// Store and encrypt data. Scope_CREATE Scope = 1 /// Get permissions to an object. Scope_GETACCESS Scope = 2 /// Modify permissions to an object. Scope_MODIFYACCESS Scope = 3 /// Modify data. Scope_UPDATE Scope = 4 /// Delete data. Scope_DELETE Scope = 5 /// Use secure index for searching in data. Scope_INDEX Scope = 6 )
func (Scope) Descriptor ¶
func (Scope) Descriptor() protoreflect.EnumDescriptor
func (Scope) EnumDescriptor
deprecated
func (Scope) Number ¶
func (x Scope) Number() protoreflect.EnumNumber
func (Scope) Type ¶
func (Scope) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.