Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_teleport_trait_v1_trait_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Trait ¶
type Trait struct { // key is the name of the trait. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // values is the list of trait values. Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
Trait is a trait that can be use in various resources.
func (*Trait) Descriptor
deprecated
func (*Trait) ProtoMessage ¶
func (*Trait) ProtoMessage()
func (*Trait) ProtoReflect ¶
func (x *Trait) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.