keyvault

package
v1.44.1-0...-4e0a530 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MPL-2.0 Imports: 48 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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 KeyVaultCertificateImportParameters

type KeyVaultCertificateImportParameters struct {
	CertificateData     string
	CertificatePassword string
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

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

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