managedgroups

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2021 License: MPL-2.0 Imports: 9 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 ManagedGroup

type ManagedGroup struct {

	// Output only. The ID of the ManagedGroup.
	Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty"`
	// 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"`
	// Optional user-set description for identification purposes.
	Description *wrapperspb.StringValue `protobuf:"bytes,40,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. The time this resource was created.
	CreatedTime *timestamppb.Timestamp `protobuf:"bytes,50,opt,name=created_time,proto3" json:"created_time,omitempty"`
	// Output only. The time this resource was last updated.
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,60,opt,name=updated_time,proto3" json:"updated_time,omitempty"`
	// 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"`
	// The type of this ManagedGroup.
	Type string `protobuf:"bytes,80,opt,name=type,proto3" json:"type,omitempty"`
	// 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"`
	// The attributes that are applicable for the specific ManagedGroup type.
	Attributes *structpb.Struct `protobuf:"bytes,100,opt,name=attributes,proto3" json:"attributes,omitempty"`
	// 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"`
	// 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"`
	// 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) 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) 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 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"`
	// 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