dataacmpcacertificateauthority

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (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 (CrlConfigurationAttributes) S3BucketName

func (cc CrlConfigurationAttributes) S3BucketName() terra.StringValue

func (CrlConfigurationAttributes) S3ObjectAcl

func (cc CrlConfigurationAttributes) S3ObjectAcl() terra.StringValue

type CrlConfigurationState

type CrlConfigurationState struct {
	CustomCname      string  `json:"custom_cname"`
	Enabled          bool    `json:"enabled"`
	ExpirationInDays float64 `json:"expiration_in_days"`
	S3BucketName     string  `json:"s3_bucket_name"`
	S3ObjectAcl      string  `json:"s3_object_acl"`
}

type OcspConfiguration

type OcspConfiguration struct{}

type OcspConfigurationAttributes

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

func (OcspConfigurationAttributes) Enabled

func (OcspConfigurationAttributes) InternalRef

func (oc OcspConfigurationAttributes) InternalRef() (terra.Reference, error)

func (OcspConfigurationAttributes) InternalTokens

func (oc OcspConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OcspConfigurationAttributes) InternalWithRef

func (OcspConfigurationAttributes) OcspCustomCname

func (oc OcspConfigurationAttributes) OcspCustomCname() terra.StringValue

type OcspConfigurationState

type OcspConfigurationState struct {
	Enabled         bool   `json:"enabled"`
	OcspCustomCname string `json:"ocsp_custom_cname"`
}

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 (RevocationConfigurationAttributes) InternalRef

func (RevocationConfigurationAttributes) InternalTokens

func (rc RevocationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RevocationConfigurationAttributes) InternalWithRef

func (RevocationConfigurationAttributes) OcspConfiguration

type RevocationConfigurationState

type RevocationConfigurationState struct {
	CrlConfiguration  []CrlConfigurationState  `json:"crl_configuration"`
	OcspConfiguration []OcspConfigurationState `json:"ocsp_configuration"`
}

Jump to

Keyboard shortcuts

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