keyvault

package
v0.3.25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Key

type Key struct {
	types.Metadata
	ExpiryDate types.TimeValue
}

func (*Key) GetMetadata added in v0.3.24

func (k *Key) GetMetadata() *types.Metadata

func (*Key) GetRawValue added in v0.3.24

func (k *Key) GetRawValue() interface{}

type KeyVault

type KeyVault struct {
	types.Metadata
	Vaults []Vault
}

func (*KeyVault) GetMetadata added in v0.3.24

func (k *KeyVault) GetMetadata() *types.Metadata

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

type Secret struct {
	types.Metadata
	ContentType types.StringValue
	ExpiryDate  types.TimeValue
}

func (*Secret) GetMetadata added in v0.3.24

func (s *Secret) GetMetadata() *types.Metadata

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 (v *Vault) GetMetadata() *types.Metadata

func (*Vault) GetRawValue added in v0.3.24

func (v *Vault) GetRawValue() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL