Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SslCertificateModel ¶
type SslCertificateModel struct { Certificate types.String `tfsdk:"certificate"` Id types.Int64 `tfsdk:"id"` Issuer types.String `tfsdk:"issuer"` Name types.String `tfsdk:"name"` PrivateKey types.String `tfsdk:"private_key"` 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"` }
func (*SslCertificateModel) UpdateFromSslCertificate ¶
func (m *SslCertificateModel) UpdateFromSslCertificate(ctx context.Context, sslCertificate *ssldata.SSLCertificate) diag.Diagnostics
Click to show internal directories.
Click to hide internal directories.