Documentation ¶
Index ¶
- type CrlConfiguration
- type CrlConfigurationAttributes
- func (cc CrlConfigurationAttributes) CustomCname() terra.StringValue
- func (cc CrlConfigurationAttributes) Enabled() terra.BoolValue
- func (cc CrlConfigurationAttributes) ExpirationInDays() terra.NumberValue
- func (cc CrlConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (cc CrlConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cc CrlConfigurationAttributes) InternalWithRef(ref terra.Reference) CrlConfigurationAttributes
- func (cc CrlConfigurationAttributes) S3BucketName() terra.StringValue
- func (cc CrlConfigurationAttributes) S3ObjectAcl() terra.StringValue
- type CrlConfigurationState
- type OcspConfiguration
- type OcspConfigurationAttributes
- func (oc OcspConfigurationAttributes) Enabled() terra.BoolValue
- func (oc OcspConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (oc OcspConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (oc OcspConfigurationAttributes) InternalWithRef(ref terra.Reference) OcspConfigurationAttributes
- func (oc OcspConfigurationAttributes) OcspCustomCname() terra.StringValue
- type OcspConfigurationState
- type RevocationConfiguration
- type RevocationConfigurationAttributes
- func (rc RevocationConfigurationAttributes) CrlConfiguration() terra.ListValue[CrlConfigurationAttributes]
- func (rc RevocationConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (rc RevocationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rc RevocationConfigurationAttributes) InternalWithRef(ref terra.Reference) RevocationConfigurationAttributes
- func (rc RevocationConfigurationAttributes) OcspConfiguration() terra.ListValue[OcspConfigurationAttributes]
- type RevocationConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrlConfiguration ¶
type CrlConfiguration struct{}
type CrlConfigurationAttributes ¶
type CrlConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (CrlConfigurationAttributes) CustomCname ¶
func (cc CrlConfigurationAttributes) CustomCname() terra.StringValue
func (CrlConfigurationAttributes) Enabled ¶
func (cc CrlConfigurationAttributes) Enabled() terra.BoolValue
func (CrlConfigurationAttributes) ExpirationInDays ¶
func (cc CrlConfigurationAttributes) ExpirationInDays() terra.NumberValue
func (CrlConfigurationAttributes) InternalRef ¶
func (cc CrlConfigurationAttributes) InternalRef() (terra.Reference, error)
func (CrlConfigurationAttributes) InternalTokens ¶
func (cc CrlConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CrlConfigurationAttributes) InternalWithRef ¶
func (cc CrlConfigurationAttributes) InternalWithRef(ref terra.Reference) CrlConfigurationAttributes
func (CrlConfigurationAttributes) S3BucketName ¶
func (cc CrlConfigurationAttributes) S3BucketName() terra.StringValue
func (CrlConfigurationAttributes) S3ObjectAcl ¶
func (cc CrlConfigurationAttributes) S3ObjectAcl() terra.StringValue
type CrlConfigurationState ¶
type OcspConfiguration ¶
type OcspConfiguration struct{}
type OcspConfigurationAttributes ¶
type OcspConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (OcspConfigurationAttributes) Enabled ¶
func (oc OcspConfigurationAttributes) Enabled() terra.BoolValue
func (OcspConfigurationAttributes) InternalRef ¶
func (oc OcspConfigurationAttributes) InternalRef() (terra.Reference, error)
func (OcspConfigurationAttributes) InternalTokens ¶
func (oc OcspConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OcspConfigurationAttributes) InternalWithRef ¶
func (oc OcspConfigurationAttributes) InternalWithRef(ref terra.Reference) OcspConfigurationAttributes
func (OcspConfigurationAttributes) OcspCustomCname ¶
func (oc OcspConfigurationAttributes) OcspCustomCname() terra.StringValue
type OcspConfigurationState ¶
type RevocationConfiguration ¶
type RevocationConfiguration struct { // CrlConfiguration: min=0 CrlConfiguration []CrlConfiguration `hcl:"crl_configuration,block" validate:"min=0"` // OcspConfiguration: min=0 OcspConfiguration []OcspConfiguration `hcl:"ocsp_configuration,block" validate:"min=0"` }
type RevocationConfigurationAttributes ¶
type RevocationConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (RevocationConfigurationAttributes) CrlConfiguration ¶
func (rc RevocationConfigurationAttributes) CrlConfiguration() terra.ListValue[CrlConfigurationAttributes]
func (RevocationConfigurationAttributes) InternalRef ¶
func (rc RevocationConfigurationAttributes) InternalRef() (terra.Reference, error)
func (RevocationConfigurationAttributes) InternalTokens ¶
func (rc RevocationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RevocationConfigurationAttributes) InternalWithRef ¶
func (rc RevocationConfigurationAttributes) InternalWithRef(ref terra.Reference) RevocationConfigurationAttributes
func (RevocationConfigurationAttributes) OcspConfiguration ¶
func (rc RevocationConfigurationAttributes) OcspConfiguration() terra.ListValue[OcspConfigurationAttributes]
type RevocationConfigurationState ¶
type RevocationConfigurationState struct { CrlConfiguration []CrlConfigurationState `json:"crl_configuration"` OcspConfiguration []OcspConfigurationState `json:"ocsp_configuration"` }
Click to show internal directories.
Click to hide internal directories.