managedgroups

package
v0.0.46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

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 LdapManagedGroupAttributes added in v0.0.31

type LdapManagedGroupAttributes struct {

	// The list of groups that make up the ManagedGroup
	GroupNames []string `protobuf:"bytes,100,rep,name=group_names,proto3" json:"group_names,omitempty" class:"public"` // @gotags: `class:"public"`
	// contains filtered or unexported fields
}

Attributes associated only with ManagedGroups with type "ldap".

func (*LdapManagedGroupAttributes) Descriptor deprecated added in v0.0.31

func (*LdapManagedGroupAttributes) Descriptor() ([]byte, []int)

Deprecated: Use LdapManagedGroupAttributes.ProtoReflect.Descriptor instead.

func (*LdapManagedGroupAttributes) GetGroupNames added in v0.0.31

func (x *LdapManagedGroupAttributes) GetGroupNames() []string

func (*LdapManagedGroupAttributes) ProtoMessage added in v0.0.31

func (*LdapManagedGroupAttributes) ProtoMessage()

func (*LdapManagedGroupAttributes) ProtoReflect added in v0.0.31

func (*LdapManagedGroupAttributes) Reset added in v0.0.31

func (x *LdapManagedGroupAttributes) Reset()

func (*LdapManagedGroupAttributes) String added in v0.0.31

func (x *LdapManagedGroupAttributes) String() string

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" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
	// 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" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
	// 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" 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,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" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
	// 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" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
	// Types that are assignable to Attrs:
	//
	//	*ManagedGroup_Attributes
	//	*ManagedGroup_OidcManagedGroupAttributes
	//	*ManagedGroup_LdapManagedGroupAttributes
	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" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
	// 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) GetLdapManagedGroupAttributes added in v0.0.31

func (x *ManagedGroup) GetLdapManagedGroupAttributes() *LdapManagedGroupAttributes

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_Attributes struct {
	// The attributes that are applicable for the specific ManagedGroup type.
	Attributes *structpb.Struct `protobuf:"bytes,100,opt,name=attributes,proto3,oneof"`
}

type ManagedGroup_LdapManagedGroupAttributes added in v0.0.31

type ManagedGroup_LdapManagedGroupAttributes struct {
	LdapManagedGroupAttributes *LdapManagedGroupAttributes `protobuf:"bytes,102,opt,name=ldap_managed_group_attributes,json=ldapManagedGroupAttributes,proto3,oneof"`
}

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 (*OidcManagedGroupAttributes) Reset

func (x *OidcManagedGroupAttributes) Reset()

func (*OidcManagedGroupAttributes) String

func (x *OidcManagedGroupAttributes) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL