v1

package
v0.1.19 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 3

Documentation

Overview

Package common contains Chainguard shared types exposed to the console.

Index

Constants

This section is empty.

Variables

View Source
var File_uidp_platform_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type UIDPFilter

type UIDPFilter struct {

	// ancestors_of are groups reachable by repeated proceeding from child to parent.
	AncestorsOf string `protobuf:"bytes,1,opt,name=ancestors_of,json=ancestorsOf,proto3" json:"ancestors_of,omitempty"`
	// descendants_of are groups reachable by repeated proceeding from parent to child.
	DescendantsOf string `protobuf:"bytes,2,opt,name=descendants_of,json=descendantsOf,proto3" json:"descendants_of,omitempty"`
	// children_of are groups reachable by directly proceeding from parent to children.
	ChildrenOf string `protobuf:"bytes,3,opt,name=children_of,json=childrenOf,proto3" json:"children_of,omitempty"`
	// in_root resticts responses to root level resources (organizations, user identities)
	InRoot bool `protobuf:"varint,4,opt,name=in_root,json=inRoot,proto3" json:"in_root,omitempty"`
	// contains filtered or unexported fields
}

func (*UIDPFilter) Descriptor deprecated

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

Deprecated: Use UIDPFilter.ProtoReflect.Descriptor instead.

func (*UIDPFilter) GetAncestorsOf

func (x *UIDPFilter) GetAncestorsOf() string

func (*UIDPFilter) GetChildrenOf

func (x *UIDPFilter) GetChildrenOf() string

func (*UIDPFilter) GetDescendantsOf

func (x *UIDPFilter) GetDescendantsOf() string

func (*UIDPFilter) GetInRoot added in v0.1.18

func (x *UIDPFilter) GetInRoot() bool

func (*UIDPFilter) ProtoMessage

func (*UIDPFilter) ProtoMessage()

func (*UIDPFilter) ProtoReflect

func (x *UIDPFilter) ProtoReflect() protoreflect.Message

func (*UIDPFilter) Reset

func (x *UIDPFilter) Reset()

func (*UIDPFilter) String

func (x *UIDPFilter) String() string

Jump to

Keyboard shortcuts

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