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 ¶
type Queue struct {
Metadata defsecTypes.Metadata
Name defsecTypes.StringValue
}
type QueueProperties ¶
type QueueProperties struct {
Metadata defsecTypes.Metadata
EnableLogging defsecTypes.BoolValue
}
Click to show internal directories.
Click to hide internal directories.