problems

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PolicyViolation

type PolicyViolation struct {
	Action       string `json:"action,omitempty"`
	Resource     string `json:"resource,omitempty"`
	ResourceType string `json:"resourceType,omitempty"`
}

type ResourceNotFoundProblem

type ResourceNotFoundProblem struct {
	problems.BasicProblem
	Resource     string `json:"resource,omitempty"`
	ResourceType string `json:"resourceType,omitempty"`
}

func ResourceNotFound

func ResourceNotFound(resource, resourceType string) ResourceNotFoundProblem

type UnauthorizedProblem

type UnauthorizedProblem struct {
	problems.BasicProblem
	User       string            `json:"userId,omitempty"`
	Violations []PolicyViolation `json:"violations,omitempty"`
}

func Unauthorized

func Unauthorized(userID string, violations ...PolicyViolation) UnauthorizedProblem

Jump to

Keyboard shortcuts

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