keyvault

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 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 {
	Metadata   defsecTypes.Metadata
	ExpiryDate defsecTypes.TimeValue
}

type KeyVault

type KeyVault struct {
	Vaults []Vault
}

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
}

Jump to

Keyboard shortcuts

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