globalrole

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CreateGlobalRoleInput

type CreateGlobalRoleInput struct {
	Name    string   `json:"name" jsonschema:"Global Role name"`
	Actions []string `json:"actions" jsonschema:"List of actions (e.g., read, create, update, delete)"`
	Scopes  []string `json:"scopes" jsonschema:"List of scopes (resource kinds the role applies to)"`
}

type DeleteGlobalRoleInput

type DeleteGlobalRoleInput struct {
	Name string `json:"name" jsonschema:"Global Role name to delete"`
}

type GetGlobalRoleByNameInput

type GetGlobalRoleByNameInput struct {
	Name string `json:"name" jsonschema:"Global Role name"`
}

type UpdateGlobalRoleInput

type UpdateGlobalRoleInput struct {
	Name    string   `json:"name" jsonschema:"Global Role name"`
	Actions []string `json:"actions" jsonschema:"List of actions (e.g., read, create, update, delete)"`
	Scopes  []string `json:"scopes" jsonschema:"List of scopes (resource kinds the role applies to)"`
}

Jump to

Keyboard shortcuts

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