datasource_ssl_certificate

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2025 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SslCertificateDataSourceSchema

func SslCertificateDataSourceSchema(ctx context.Context) schema.Schema

Types

type SslCertificateModel

type SslCertificateModel struct {
	Id                types.Int64  `tfsdk:"id"`
	Issuer            types.String `tfsdk:"issuer"`
	Name              types.String `tfsdk:"name"`
	Region            types.String `tfsdk:"region"`
	SubjectCn         types.String `tfsdk:"subject_cn"`
	ValidityNotAfter  types.String `tfsdk:"validity_not_after"`
	ValidityNotBefore types.String `tfsdk:"validity_not_before"`
}

Jump to

Keyboard shortcuts

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