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