entities

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessEntity

type AccessEntity interface {
	// TypeIdentifier is a lower-cased type identifier for the AccessEntity. It is used as a prefix for namespace-scoped resources such as role bindings.
	TypeIdentifier() string

	// GetName returns the name of the AccessEntity instance.
	GetName() string
}

type AccessRole

type AccessRole interface {
	// EntityType references the AccessEntity that this role belongs to.
	EntityType() AccessEntity

	// Identifier is a lower-cased type identifier for this role, scoped to the AccessEntity returned by EntityType().
	Identifier() string
}

Jump to

Keyboard shortcuts

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