Documentation ¶
Index ¶
- Variables
- type AuthOption
- func (*AuthOption) Descriptor() ([]byte, []int)deprecated
- func (x *AuthOption) GetCheckFieldName() string
- func (x *AuthOption) GetPermission() string
- func (*AuthOption) ProtoMessage()
- func (x *AuthOption) ProtoReflect() protoreflect.Message
- func (x *AuthOption) Reset()
- func (x *AuthOption) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional zitadel.v1.AuthOption auth_option = 50000;
E_AuthOption = &file_zitadel_options_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var File_zitadel_options_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuthOption ¶
type AuthOption struct { Permission string `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"` CheckFieldName string `protobuf:"bytes,2,opt,name=check_field_name,json=checkFieldName,proto3" json:"check_field_name,omitempty"` // contains filtered or unexported fields }
func (*AuthOption) Descriptor
deprecated
func (*AuthOption) Descriptor() ([]byte, []int)
Deprecated: Use AuthOption.ProtoReflect.Descriptor instead.
func (*AuthOption) GetCheckFieldName ¶
func (x *AuthOption) GetCheckFieldName() string
func (*AuthOption) GetPermission ¶
func (x *AuthOption) GetPermission() string
func (*AuthOption) ProtoMessage ¶
func (*AuthOption) ProtoMessage()
func (*AuthOption) ProtoReflect ¶
func (x *AuthOption) ProtoReflect() protoreflect.Message
func (*AuthOption) Reset ¶
func (x *AuthOption) Reset()
func (*AuthOption) String ¶
func (x *AuthOption) String() string
Click to show internal directories.
Click to hide internal directories.