keyvault

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 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
}

type KeyVault

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

type NetworkACLs

type NetworkACLs struct {
	types.Metadata
	DefaultAction types.StringValue
}

type Secret

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

type Vault

type Vault struct {
	types.Metadata
	Secrets                 []Secret
	Keys                    []Key
	EnablePurgeProtection   types.BoolValue
	SoftDeleteRetentionDays types.IntValue
	NetworkACLs             NetworkACLs
}

Jump to

Keyboard shortcuts

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