models

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 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