keyvault

package
v0.51.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: Apache-2.0 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   iacTypes.Metadata
	ExpiryDate iacTypes.TimeValue
}

type KeyVault

type KeyVault struct {
	Vaults []Vault
}

type NetworkACLs

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

type Secret

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

type Vault

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

Jump to

Keyboard shortcuts

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