Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
func (*Key) GetMetadata ¶ added in v0.3.24
func (*Key) GetRawValue ¶ added in v0.3.24
func (k *Key) GetRawValue() interface{}
type KeyVault ¶
func (*KeyVault) GetMetadata ¶ added in v0.3.24
func (*KeyVault) GetRawValue ¶ added in v0.3.24
func (k *KeyVault) GetRawValue() interface{}
type NetworkACLs ¶
type NetworkACLs struct { types.Metadata DefaultAction types.StringValue }
func (*NetworkACLs) GetMetadata ¶ added in v0.3.24
func (n *NetworkACLs) GetMetadata() *types.Metadata
func (*NetworkACLs) GetRawValue ¶ added in v0.3.24
func (n *NetworkACLs) GetRawValue() interface{}
type Secret ¶
func (*Secret) GetMetadata ¶ added in v0.3.24
func (*Secret) GetRawValue ¶ added in v0.3.24
func (s *Secret) GetRawValue() interface{}
type Vault ¶
type Vault struct { types.Metadata Secrets []Secret Keys []Key EnablePurgeProtection types.BoolValue SoftDeleteRetentionDays types.IntValue NetworkACLs NetworkACLs }
func (*Vault) GetMetadata ¶ added in v0.3.24
func (*Vault) GetRawValue ¶ added in v0.3.24
func (v *Vault) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.