Documentation ¶
Index ¶
- Variables
- type OnboardingSpec
- func (*OnboardingSpec) Descriptor() ([]byte, []int)deprecated
- func (x *OnboardingSpec) GetName() string
- func (x *OnboardingSpec) GetRole() v1.MembershipRole
- func (*OnboardingSpec) ProtoMessage()
- func (x *OnboardingSpec) ProtoReflect() protoreflect.Message
- func (x *OnboardingSpec) Reset()
- func (x *OnboardingSpec) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controlplane_config_v1_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OnboardingSpec ¶
type OnboardingSpec struct { // Name of the organization Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Role to assign to the user Role v1.MembershipRole `protobuf:"varint,2,opt,name=role,proto3,enum=controlplane.v1.MembershipRole" json:"role,omitempty"` // contains filtered or unexported fields }
OnboardingSpec is a configuration to automatically onboard users in organizations with specific roles
func (*OnboardingSpec) Descriptor
deprecated
func (*OnboardingSpec) Descriptor() ([]byte, []int)
Deprecated: Use OnboardingSpec.ProtoReflect.Descriptor instead.
func (*OnboardingSpec) GetName ¶
func (x *OnboardingSpec) GetName() string
func (*OnboardingSpec) GetRole ¶
func (x *OnboardingSpec) GetRole() v1.MembershipRole
func (*OnboardingSpec) ProtoMessage ¶
func (*OnboardingSpec) ProtoMessage()
func (*OnboardingSpec) ProtoReflect ¶
func (x *OnboardingSpec) ProtoReflect() protoreflect.Message
func (*OnboardingSpec) Reset ¶
func (x *OnboardingSpec) Reset()
func (*OnboardingSpec) String ¶
func (x *OnboardingSpec) String() string
Click to show internal directories.
Click to hide internal directories.