Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtRestEncryption ¶
type AtRestEncryption struct { Metadata defsecTypes.Metadata Enabled defsecTypes.BoolValue }
type Domain ¶
type Domain struct { Metadata defsecTypes.Metadata DomainName defsecTypes.StringValue LogPublishing LogPublishing TransitEncryption TransitEncryption AtRestEncryption AtRestEncryption Endpoint Endpoint }
type Elasticsearch ¶
type Elasticsearch struct {
Domains []Domain
}
type Endpoint ¶
type Endpoint struct { Metadata defsecTypes.Metadata EnforceHTTPS defsecTypes.BoolValue TLSPolicy defsecTypes.StringValue }
type LogPublishing ¶
type LogPublishing struct { Metadata defsecTypes.Metadata AuditEnabled defsecTypes.BoolValue }
type TransitEncryption ¶
type TransitEncryption struct { Metadata defsecTypes.Metadata Enabled defsecTypes.BoolValue }
Click to show internal directories.
Click to hide internal directories.