keyvault

package
v0.0.0-...-0e4e14f Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: MPL-2.0 Imports: 56 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewKeyVaultCertificateEphemeralResource

func NewKeyVaultCertificateEphemeralResource() ephemeral.EphemeralResource

func NewKeyVaultSecretEphemeralResource

func NewKeyVaultSecretEphemeralResource() ephemeral.EphemeralResource

Types

type Contact

type Contact struct {
	Email string `tfschema:"email"`
	Name  string `tfschema:"name"`
	Phone string `tfschema:"phone"`
}

type EncryptedValueDataSource

type EncryptedValueDataSource struct{}

func (EncryptedValueDataSource) Arguments

func (EncryptedValueDataSource) Arguments() map[string]*schema.Schema

func (EncryptedValueDataSource) Attributes

func (EncryptedValueDataSource) Attributes() map[string]*schema.Schema

func (EncryptedValueDataSource) ModelObject

func (EncryptedValueDataSource) ModelObject() interface{}

func (EncryptedValueDataSource) Read

func (EncryptedValueDataSource) ResourceType

func (e EncryptedValueDataSource) ResourceType() string

type EncryptedValueDataSourceModel

type EncryptedValueDataSourceModel struct {
	KeyVaultKeyId         string `tfschema:"key_vault_key_id"`
	Algorithm             string `tfschema:"algorithm"`
	EncryptedData         string `tfschema:"encrypted_data"`
	PlainTextValue        string `tfschema:"plain_text_value"`
	DecodedPlainTextValue string `tfschema:"decoded_plain_text_value"`
}

type KeyVaultCertificateContactsResource

type KeyVaultCertificateContactsResource struct{}

func (KeyVaultCertificateContactsResource) Arguments

func (KeyVaultCertificateContactsResource) Attributes

func (KeyVaultCertificateContactsResource) Create

func (KeyVaultCertificateContactsResource) Delete

func (KeyVaultCertificateContactsResource) IDValidationFunc

func (KeyVaultCertificateContactsResource) ModelObject

func (r KeyVaultCertificateContactsResource) ModelObject() interface{}

func (KeyVaultCertificateContactsResource) Read

func (KeyVaultCertificateContactsResource) ResourceType

func (KeyVaultCertificateContactsResource) Update

type KeyVaultCertificateContactsResourceModel

type KeyVaultCertificateContactsResourceModel struct {
	KeyVaultId string    `tfschema:"key_vault_id"`
	Contact    []Contact `tfschema:"contact"`
}

type KeyVaultCertificateEphemeralResource

type KeyVaultCertificateEphemeralResource struct {
	sdk.EphemeralResourceMetadata
}

func (*KeyVaultCertificateEphemeralResource) Configure

func (*KeyVaultCertificateEphemeralResource) Metadata

func (*KeyVaultCertificateEphemeralResource) Open

func (*KeyVaultCertificateEphemeralResource) Schema

type KeyVaultCertificateEphemeralResourceModel

type KeyVaultCertificateEphemeralResourceModel struct {
	Name             types.String `tfsdk:"name"`
	KeyVaultID       types.String `tfsdk:"key_vault_id"`
	Version          types.String `tfsdk:"version"`
	Hex              types.String `tfsdk:"hex"`
	Pem              types.String `tfsdk:"pem"`
	Key              types.String `tfsdk:"key"`
	ExpirationDate   types.String `tfsdk:"expiration_date"`
	NotBeforeDate    types.String `tfsdk:"not_before_date"`
	CertificateCount types.Int64  `tfsdk:"certificate_count"`
}

type KeyVaultCertificateImportParameters

type KeyVaultCertificateImportParameters struct {
	CertificateData     string
	CertificatePassword string
}

type KeyVaultSecretEphemeralResource

type KeyVaultSecretEphemeralResource struct {
	sdk.EphemeralResourceMetadata
}

func (*KeyVaultSecretEphemeralResource) Configure

func (*KeyVaultSecretEphemeralResource) Metadata

func (*KeyVaultSecretEphemeralResource) Open

func (*KeyVaultSecretEphemeralResource) Schema

type KeyVaultSecretEphemeralResourceModel

type KeyVaultSecretEphemeralResourceModel struct {
	Name           types.String `tfsdk:"name"`
	KeyVaultID     types.String `tfsdk:"key_vault_id"`
	Version        types.String `tfsdk:"version"`
	ExpirationDate types.String `tfsdk:"expiration_date"`
	NotBeforeDate  types.String `tfsdk:"not_before_date"`
	Value          types.String `tfsdk:"value"`
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

func (Registration) EphemeralResources

func (r Registration) EphemeralResources() []func() ephemeral.EphemeralResource

func (Registration) FrameworkDataSources

func (r Registration) FrameworkDataSources() []func() datasource.DataSource

func (Registration) FrameworkResources

func (r Registration) FrameworkResources() []func() resource.Resource

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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