Documentation ¶
Index ¶
- Variables
- type InstanceFeature
- func (InstanceFeature) Descriptor() protoreflect.EnumDescriptor
- func (x InstanceFeature) Enum() *InstanceFeature
- func (InstanceFeature) EnumDescriptor() ([]byte, []int)deprecated
- func (x InstanceFeature) Number() protoreflect.EnumNumber
- func (x InstanceFeature) String() string
- func (InstanceFeature) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InstanceFeature_name = map[int32]string{ 0: "INSTANCE_FEATURE_UNSPECIFIED", 1: "INSTANCE_FEATURE_LOGIN_DEFAULT_ORG", } InstanceFeature_value = map[string]int32{ "INSTANCE_FEATURE_UNSPECIFIED": 0, "INSTANCE_FEATURE_LOGIN_DEFAULT_ORG": 1, } )
Enum value maps for InstanceFeature.
View Source
var File_zitadel_feature_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type InstanceFeature ¶
type InstanceFeature int32
const ( InstanceFeature_INSTANCE_FEATURE_UNSPECIFIED InstanceFeature = 0 InstanceFeature_INSTANCE_FEATURE_LOGIN_DEFAULT_ORG InstanceFeature = 1 )
func (InstanceFeature) Descriptor ¶
func (InstanceFeature) Descriptor() protoreflect.EnumDescriptor
func (InstanceFeature) Enum ¶
func (x InstanceFeature) Enum() *InstanceFeature
func (InstanceFeature) EnumDescriptor
deprecated
func (InstanceFeature) EnumDescriptor() ([]byte, []int)
Deprecated: Use InstanceFeature.Descriptor instead.
func (InstanceFeature) Number ¶
func (x InstanceFeature) Number() protoreflect.EnumNumber
func (InstanceFeature) String ¶
func (x InstanceFeature) String() string
func (InstanceFeature) Type ¶
func (InstanceFeature) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.