Documentation ¶
Index ¶
- Variables
- type AuthOption
- func (*AuthOption) Descriptor() ([]byte, []int)deprecated
- func (x *AuthOption) GetOrgField() string
- func (x *AuthOption) GetPermission() string
- func (*AuthOption) ProtoMessage()
- func (x *AuthOption) ProtoReflect() protoreflect.Message
- func (x *AuthOption) Reset()
- func (x *AuthOption) String() string
- type CustomHTTPResponse
- func (*CustomHTTPResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CustomHTTPResponse) GetSuccessCode() int32
- func (*CustomHTTPResponse) ProtoMessage()
- func (x *CustomHTTPResponse) ProtoReflect() protoreflect.Message
- func (x *CustomHTTPResponse) Reset()
- func (x *CustomHTTPResponse) String() string
- type Options
- func (*Options) Descriptor() ([]byte, []int)deprecated
- func (x *Options) GetAuthOption() *AuthOption
- func (x *Options) GetHttpResponse() *CustomHTTPResponse
- func (*Options) ProtoMessage()
- func (x *Options) ProtoReflect() protoreflect.Message
- func (x *Options) Reset()
- func (x *Options) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional zitadel.protoc_gen_zitadel.v2.Options options = 50001;
E_Options = &file_zitadel_protoc_gen_zitadel_v2_options_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var File_zitadel_protoc_gen_zitadel_v2_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"` OrgField string `protobuf:"bytes,3,opt,name=org_field,json=orgField,proto3" json:"org_field,omitempty"` // contains filtered or unexported fields }
func (*AuthOption) Descriptor
deprecated
func (*AuthOption) Descriptor() ([]byte, []int)
Deprecated: Use AuthOption.ProtoReflect.Descriptor instead.
func (*AuthOption) GetOrgField ¶
func (x *AuthOption) GetOrgField() 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
type CustomHTTPResponse ¶
type CustomHTTPResponse struct { SuccessCode int32 `protobuf:"varint,1,opt,name=success_code,json=successCode,proto3" json:"success_code,omitempty"` // contains filtered or unexported fields }
func (*CustomHTTPResponse) Descriptor
deprecated
func (*CustomHTTPResponse) Descriptor() ([]byte, []int)
Deprecated: Use CustomHTTPResponse.ProtoReflect.Descriptor instead.
func (*CustomHTTPResponse) GetSuccessCode ¶
func (x *CustomHTTPResponse) GetSuccessCode() int32
func (*CustomHTTPResponse) ProtoMessage ¶
func (*CustomHTTPResponse) ProtoMessage()
func (*CustomHTTPResponse) ProtoReflect ¶
func (x *CustomHTTPResponse) ProtoReflect() protoreflect.Message
func (*CustomHTTPResponse) Reset ¶
func (x *CustomHTTPResponse) Reset()
func (*CustomHTTPResponse) String ¶
func (x *CustomHTTPResponse) String() string
type Options ¶
type Options struct { AuthOption *AuthOption `protobuf:"bytes,1,opt,name=auth_option,json=authOption,proto3" json:"auth_option,omitempty"` HttpResponse *CustomHTTPResponse `protobuf:"bytes,2,opt,name=http_response,json=httpResponse,proto3" json:"http_response,omitempty"` // contains filtered or unexported fields }
func (*Options) Descriptor
deprecated
func (*Options) GetAuthOption ¶
func (x *Options) GetAuthOption() *AuthOption
func (*Options) GetHttpResponse ¶
func (x *Options) GetHttpResponse() *CustomHTTPResponse
func (*Options) ProtoMessage ¶
func (*Options) ProtoMessage()
func (*Options) ProtoReflect ¶
func (x *Options) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.