policysupport

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 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 ActionInfo

type ActionInfo struct {
	ActionUri string `validate:"required"`
}

type MetaInfo

type MetaInfo struct {
	Version string `validate:"required"`
}

type ObjectInfo

type ObjectInfo struct {
	ResourceID string `validate:"required"`
}

type PolicyInfo

type PolicyInfo struct {
	Meta    MetaInfo     `validate:"required"`
	Actions []ActionInfo `validate:"required"`
	Subject SubjectInfo  `validate:"required"`
	Object  ObjectInfo   `validate:"required"`
}

type SubjectInfo

type SubjectInfo struct {
	Members []string `validate:"required"`
}

Jump to

Keyboard shortcuts

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