Documentation ¶
Index ¶
- Variables
- type Group
- func (*Group) Descriptor() ([]byte, []int)deprecated
- func (x *Group) GetAuthorizedActions() []string
- func (x *Group) GetCreatedTime() *timestamppb.Timestamp
- func (x *Group) GetDescription() *wrapperspb.StringValue
- func (x *Group) GetId() string
- func (x *Group) GetMemberIds() []string
- func (x *Group) GetMembers() []*Member
- func (x *Group) GetName() *wrapperspb.StringValue
- func (x *Group) GetScope() *scopes.ScopeInfo
- func (x *Group) GetScopeId() string
- func (x *Group) GetUpdatedTime() *timestamppb.Timestamp
- func (x *Group) GetVersion() uint32
- func (*Group) ProtoMessage()
- func (x *Group) ProtoReflect() protoreflect.Message
- func (x *Group) Reset()
- func (x *Group) String() string
- type Member
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_api_resources_groups_v1_group_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { // Output only. The ID of the Group. Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"` // The ID of the scope of which this Group is a part. ScopeId string `protobuf:"bytes,20,opt,name=scope_id,proto3" json:"scope_id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"` // Output only. Scope information for this Group. Scope *scopes.ScopeInfo `protobuf:"bytes,30,opt,name=scope,proto3" json:"scope,omitempty"` // Optional name for identification purposes. Name *wrapperspb.StringValue `protobuf:"bytes,40,opt,name=name,proto3" json:"name,omitempty" class:"public"` // @gotags: `class:"public"` // Optional user-set descripton for identification purposes. Description *wrapperspb.StringValue `protobuf:"bytes,50,opt,name=description,proto3" json:"description,omitempty" class:"public"` // @gotags: `class:"public"` // Output only. The time this resource was created. CreatedTime *timestamppb.Timestamp `protobuf:"bytes,60,opt,name=created_time,proto3" json:"created_time,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"` // Output only. The time this resource was last updated. UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,70,opt,name=updated_time,proto3" json:"updated_time,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"` // Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. // The mutation will fail if the version does not match the latest known good version. Version uint32 `protobuf:"varint,80,opt,name=version,proto3" json:"version,omitempty" class:"public"` // @gotags: `class:"public"` // Output only. Contains the list of member IDs in this Group. MemberIds []string `protobuf:"bytes,90,rep,name=member_ids,proto3" json:"member_ids,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"` // Output only. The members of this Group. Members []*Member `protobuf:"bytes,100,rep,name=members,proto3" json:"members,omitempty"` // Output only. The available actions on this resource for this user. AuthorizedActions []string `protobuf:"bytes,300,rep,name=authorized_actions,proto3" json:"authorized_actions,omitempty" class:"public"` // @gotags: `class:"public"` // contains filtered or unexported fields }
Group contains all fields related to a Group resource
func (*Group) Descriptor
deprecated
func (*Group) GetAuthorizedActions ¶
func (*Group) GetCreatedTime ¶
func (x *Group) GetCreatedTime() *timestamppb.Timestamp
func (*Group) GetDescription ¶
func (x *Group) GetDescription() *wrapperspb.StringValue
func (*Group) GetMemberIds ¶
func (*Group) GetMembers ¶
func (*Group) GetName ¶
func (x *Group) GetName() *wrapperspb.StringValue
func (*Group) GetScopeId ¶
func (*Group) GetUpdatedTime ¶
func (x *Group) GetUpdatedTime() *timestamppb.Timestamp
func (*Group) GetVersion ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) ProtoReflect ¶
func (x *Group) ProtoReflect() protoreflect.Message
type Member ¶
type Member struct { // Output only. The ID of the member. Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"` // Output only. The Scope ID of the member. ScopeId string `protobuf:"bytes,20,opt,name=scope_id,proto3" json:"scope_id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"` // contains filtered or unexported fields }
func (*Member) Descriptor
deprecated
func (*Member) GetScopeId ¶
func (*Member) ProtoMessage ¶
func (*Member) ProtoMessage()
func (*Member) ProtoReflect ¶
func (x *Member) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.