cache

package
v0.34.2 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessRule

type AccessRule struct {
	ID                 string         `json:"id"`
	Name               string         `json:"name"`
	DeploymentID       string         `json:"deployment_id"`
	TargetProviderID   string         `json:"target_provider_id"`
	TargetProviderType string         `json:"target_provider_type"`
	CreatedAt          int64          `json:"created_at"`
	UpdatedAt          int64          `json:"updated_at"`
	DurationSeconds    int            `json:"duration_seconds"`
	RequiresApproval   bool           `json:"requires_approval"`
	Targets            []AccessTarget `json:"targets"`
}

type AccessTarget

type AccessTarget struct {
	RuleID      string `json:"rule_id"`
	Type        string `json:"type"`
	Label       string `json:"label"`
	Description string `json:"description"`
	Value       string `json:"value"`
}

Jump to

Keyboard shortcuts

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