Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { Metadata defsecTypes.Metadata ExpiryDate defsecTypes.TimeValue }
type NetworkACLs ¶
type NetworkACLs struct { Metadata defsecTypes.Metadata DefaultAction defsecTypes.StringValue }
type Secret ¶
type Secret struct { Metadata defsecTypes.Metadata ContentType defsecTypes.StringValue ExpiryDate defsecTypes.TimeValue }
type Vault ¶
type Vault struct { Metadata defsecTypes.Metadata Secrets []Secret Keys []Key EnablePurgeProtection defsecTypes.BoolValue SoftDeleteRetentionDays defsecTypes.IntValue NetworkACLs NetworkACLs }
Click to show internal directories.
Click to hide internal directories.