storage

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	PublicAccessOff       = "off"
	PublicAccessBlob      = "blob"
	PublicAccessContainer = "container"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Metadata          defsecTypes.Metadata
	NetworkRules      []NetworkRule
	EnforceHTTPS      defsecTypes.BoolValue
	Containers        []Container
	QueueProperties   QueueProperties
	MinimumTLSVersion defsecTypes.StringValue
	Queues            []Queue
}

type Container

type Container struct {
	Metadata     defsecTypes.Metadata
	PublicAccess defsecTypes.StringValue
}

type NetworkRule

type NetworkRule struct {
	Metadata       defsecTypes.Metadata
	Bypass         []defsecTypes.StringValue
	AllowByDefault defsecTypes.BoolValue
}

type Queue added in v0.0.2

type Queue struct {
	Metadata defsecTypes.Metadata
	Name     defsecTypes.StringValue
}

type QueueProperties

type QueueProperties struct {
	Metadata      defsecTypes.Metadata
	EnableLogging defsecTypes.BoolValue
}

type Storage

type Storage struct {
	Accounts []Account
}

Jump to

Keyboard shortcuts

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