secret

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSecretDataSource

func NewSecretDataSource() datasource.DataSource

func NewSecretResource

func NewSecretResource() resource.Resource

func NewSecretsDataSources

func NewSecretsDataSources() datasource.DataSource

Types

type SecretDataSource

type SecretDataSource struct {
	// contains filtered or unexported fields
}

func (*SecretDataSource) Configure

func (*SecretDataSource) Metadata

func (*SecretDataSource) Read

func (*SecretDataSource) Schema

type SecretDatasourceData

type SecretDatasourceData struct {
	Name         types.String `tfsdk:"name"`
	Type         types.String `tfsdk:"type"`
	Description  types.String `tfsdk:"description"`
	AccessRegion types.String `tfsdk:"access_region"`
	Owner        types.String `tfsdk:"owner"`
	Status       types.String `tfsdk:"status"`
	CreatedAt    types.String `tfsdk:"created_at"`
	UpdatedAt    types.String `tfsdk:"updated_at"`
}

type SecretResource

type SecretResource struct {
	// contains filtered or unexported fields
}

func (*SecretResource) Configure

func (*SecretResource) Create

Create implements resource.Resource.

func (*SecretResource) Delete

func (*SecretResource) Metadata

func (*SecretResource) Read

func (*SecretResource) Schema

func (*SecretResource) Update

type SecretResourceData

type SecretResourceData struct {
	Name             types.String `tfsdk:"name"`
	Type             types.String `tfsdk:"type"`
	Description      types.String `tfsdk:"description"`
	AccessRegion     types.String `tfsdk:"access_region"`
	Owner            types.String `tfsdk:"owner"`
	StringValue      types.String `tfsdk:"string_value"`
	CustomProperties types.Map    `tfsdk:"custom_properties"`
	Status           types.String `tfsdk:"status"`
	CreatedAt        types.String `tfsdk:"created_at"`
	UpdatedAt        types.String `tfsdk:"updated_at"`
}

type SecretsDataSource

type SecretsDataSource struct {
	// contains filtered or unexported fields
}

func (*SecretsDataSource) Configure

func (*SecretsDataSource) Metadata

func (*SecretsDataSource) Read

func (*SecretsDataSource) Schema

type SecretsDatasourceData

type SecretsDatasourceData struct {
	Items types.List `tfsdk:"items"`
}

Jump to

Keyboard shortcuts

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