models

package
v0.0.0-...-bf201e6 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ACLPermissionRead   = "READ"
	ACLPermissionWrite  = "WRITE"
	ACLPermissionManage = "MANAGE"
)
View Source
const (
	ScopeBackendTypeDatabricks    = "DATABRICKS"
	ScopeBackendTypeAzureKeyvault = "AZURE_KEYVAULT"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ACLItem

type ACLItem struct {
	Principal  string        `json:"principal,omitempty" url:"principal,omitempty"`
	Permission ACLPermission `json:"permission,omitempty" url:"permission,omitempty"`
}

type ACLPermission

type ACLPermission string

type ScopeBackendType

type ScopeBackendType string

type SecretMetadata

type SecretMetadata struct {
	Key                  string `json:"key,omitempty" url:"key,omitempty"`
	LastUpdatedTimestamp int64  `json:"last_updated_timestamp,omitempty" url:"last_updated_timestamp,omitempty"`
}

type SecretScope

type SecretScope struct {
	Name        string           `json:"name,omitempty" url:"name,omitempty"`
	BackendType ScopeBackendType `json:"backend_type,omitempty" url:"backend_type,omitempty"`
}

Jump to

Keyboard shortcuts

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