Documentation ¶
Index ¶
- Variables
- type ManagedGroup
- func (*ManagedGroup) Descriptor() ([]byte, []int)deprecated
- func (x *ManagedGroup) GetAttributes() *structpb.Struct
- func (m *ManagedGroup) GetAttrs() isManagedGroup_Attrs
- func (x *ManagedGroup) GetAuthMethodId() string
- func (x *ManagedGroup) GetAuthorizedActions() []string
- func (x *ManagedGroup) GetCreatedTime() *timestamppb.Timestamp
- func (x *ManagedGroup) GetDescription() *wrapperspb.StringValue
- func (x *ManagedGroup) GetId() string
- func (x *ManagedGroup) GetMemberIds() []string
- func (x *ManagedGroup) GetName() *wrapperspb.StringValue
- func (x *ManagedGroup) GetOidcManagedGroupAttributes() *OidcManagedGroupAttributes
- func (x *ManagedGroup) GetScope() *scopes.ScopeInfo
- func (x *ManagedGroup) GetType() string
- func (x *ManagedGroup) GetUpdatedTime() *timestamppb.Timestamp
- func (x *ManagedGroup) GetVersion() uint32
- func (*ManagedGroup) ProtoMessage()
- func (x *ManagedGroup) ProtoReflect() protoreflect.Message
- func (x *ManagedGroup) Reset()
- func (x *ManagedGroup) String() string
- type ManagedGroup_Attributes
- type ManagedGroup_OidcManagedGroupAttributes
- type OidcManagedGroupAttributes
- func (*OidcManagedGroupAttributes) Descriptor() ([]byte, []int)deprecated
- func (x *OidcManagedGroupAttributes) GetFilter() string
- func (*OidcManagedGroupAttributes) ProtoMessage()
- func (x *OidcManagedGroupAttributes) ProtoReflect() protoreflect.Message
- func (x *OidcManagedGroupAttributes) Reset()
- func (x *OidcManagedGroupAttributes) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_api_resources_managedgroups_v1_managed_group_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ManagedGroup ¶
type ManagedGroup struct { // Output only. The ID of the ManagedGroup. Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty" class:"public"` // @gotags: `class:"public"` // Output only. Scope information for the ManagedGroup. Scope *scopes.ScopeInfo `protobuf:"bytes,20,opt,name=scope,proto3" json:"scope,omitempty"` // Optional name for identification purposes. Name *wrapperspb.StringValue `protobuf:"bytes,30,opt,name=name,proto3" json:"name,omitempty" class:"public"` // @gotags: `class:"public"` // Optional user-set description for identification purposes. Description *wrapperspb.StringValue `protobuf:"bytes,40,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,50,opt,name=created_time,proto3" json:"created_time,omitempty" class:"public"` // @gotags: `class:"public"` // Output only. The time this resource was last updated. UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,60,opt,name=updated_time,proto3" json:"updated_time,omitempty" class:"public"` // @gotags: `class:"public"` // 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,70,opt,name=version,proto3" json:"version,omitempty" class:"public"` // @gotags: `class:"public"` // The type of this ManagedGroup. Type string `protobuf:"bytes,80,opt,name=type,proto3" json:"type,omitempty" class:"public"` // @gotags: `class:"public"` // The ID of the Auth Method that is associated with this ManagedGroup. AuthMethodId string `protobuf:"bytes,90,opt,name=auth_method_id,proto3" json:"auth_method_id,omitempty" class:"public"` // @gotags: `class:"public"` // Types that are assignable to Attrs: // // *ManagedGroup_Attributes // *ManagedGroup_OidcManagedGroupAttributes Attrs isManagedGroup_Attrs `protobuf_oneof:"attrs"` // Output only. The IDs of the current set of members (accounts) that are associated with this ManagedGroup. MemberIds []string `protobuf:"bytes,110,rep,name=member_ids,proto3" json:"member_ids,omitempty" class:"public"` // @gotags: `class:"public"` // 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 }
ManagedGroup contains all fields related to an ManagedGroup resource
func (*ManagedGroup) Descriptor
deprecated
func (*ManagedGroup) Descriptor() ([]byte, []int)
Deprecated: Use ManagedGroup.ProtoReflect.Descriptor instead.
func (*ManagedGroup) GetAttributes ¶
func (x *ManagedGroup) GetAttributes() *structpb.Struct
func (*ManagedGroup) GetAttrs ¶ added in v0.0.15
func (m *ManagedGroup) GetAttrs() isManagedGroup_Attrs
func (*ManagedGroup) GetAuthMethodId ¶
func (x *ManagedGroup) GetAuthMethodId() string
func (*ManagedGroup) GetAuthorizedActions ¶
func (x *ManagedGroup) GetAuthorizedActions() []string
func (*ManagedGroup) GetCreatedTime ¶
func (x *ManagedGroup) GetCreatedTime() *timestamppb.Timestamp
func (*ManagedGroup) GetDescription ¶
func (x *ManagedGroup) GetDescription() *wrapperspb.StringValue
func (*ManagedGroup) GetId ¶
func (x *ManagedGroup) GetId() string
func (*ManagedGroup) GetMemberIds ¶
func (x *ManagedGroup) GetMemberIds() []string
func (*ManagedGroup) GetName ¶
func (x *ManagedGroup) GetName() *wrapperspb.StringValue
func (*ManagedGroup) GetOidcManagedGroupAttributes ¶ added in v0.0.15
func (x *ManagedGroup) GetOidcManagedGroupAttributes() *OidcManagedGroupAttributes
func (*ManagedGroup) GetScope ¶
func (x *ManagedGroup) GetScope() *scopes.ScopeInfo
func (*ManagedGroup) GetType ¶
func (x *ManagedGroup) GetType() string
func (*ManagedGroup) GetUpdatedTime ¶
func (x *ManagedGroup) GetUpdatedTime() *timestamppb.Timestamp
func (*ManagedGroup) GetVersion ¶
func (x *ManagedGroup) GetVersion() uint32
func (*ManagedGroup) ProtoMessage ¶
func (*ManagedGroup) ProtoMessage()
func (*ManagedGroup) ProtoReflect ¶
func (x *ManagedGroup) ProtoReflect() protoreflect.Message
func (*ManagedGroup) Reset ¶
func (x *ManagedGroup) Reset()
func (*ManagedGroup) String ¶
func (x *ManagedGroup) String() string
type ManagedGroup_Attributes ¶ added in v0.0.15
type ManagedGroup_OidcManagedGroupAttributes ¶ added in v0.0.15
type ManagedGroup_OidcManagedGroupAttributes struct {
OidcManagedGroupAttributes *OidcManagedGroupAttributes `protobuf:"bytes,101,opt,name=oidc_managed_group_attributes,json=oidcManagedGroupAttributes,proto3,oneof"`
}
type OidcManagedGroupAttributes ¶
type OidcManagedGroupAttributes struct { // The boolean expression filter to use to determine membership. Filter string `protobuf:"bytes,10,opt,name=filter,proto3" json:"filter,omitempty" class:"public"` // @gotags: `class:"public"` // contains filtered or unexported fields }
Attributes associated only with ManagedGroups with type "oidc".
func (*OidcManagedGroupAttributes) Descriptor
deprecated
func (*OidcManagedGroupAttributes) Descriptor() ([]byte, []int)
Deprecated: Use OidcManagedGroupAttributes.ProtoReflect.Descriptor instead.
func (*OidcManagedGroupAttributes) GetFilter ¶
func (x *OidcManagedGroupAttributes) GetFilter() string
func (*OidcManagedGroupAttributes) ProtoMessage ¶
func (*OidcManagedGroupAttributes) ProtoMessage()
func (*OidcManagedGroupAttributes) ProtoReflect ¶
func (x *OidcManagedGroupAttributes) ProtoReflect() protoreflect.Message
func (*OidcManagedGroupAttributes) Reset ¶
func (x *OidcManagedGroupAttributes) Reset()
func (*OidcManagedGroupAttributes) String ¶
func (x *OidcManagedGroupAttributes) String() string
Click to show internal directories.
Click to hide internal directories.