v1beta1

package
v1.72.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Generate deepcopy object for privateca/v1beta1 API group

Package v1beta1 contains API Schema definitions for the privateca v1beta1 API group. +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/GoogleCloudPlatform/k8s-config-connector/pkg/apis/privateca +k8s:defaulter-gen=TypeMeta +groupName=privateca.cnrm.cloud.google.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is the group version used to register these objects.
	SchemeGroupVersion = schema.GroupVersion{Group: "privateca.cnrm.cloud.google.com", Version: "v1beta1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme.
	SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion}

	// AddToScheme is a global function that registers this API group & version to a scheme
	AddToScheme = SchemeBuilder.AddToScheme

	PrivateCACAPoolGVK = schema.GroupVersionKind{
		Group:   SchemeGroupVersion.Group,
		Version: SchemeGroupVersion.Version,
		Kind:    reflect.TypeOf(PrivateCACAPool{}).Name(),
	}

	PrivateCACertificateTemplateGVK = schema.GroupVersionKind{
		Group:   SchemeGroupVersion.Group,
		Version: SchemeGroupVersion.Version,
		Kind:    reflect.TypeOf(PrivateCACertificateTemplate{}).Name(),
	}
)

Functions

This section is empty.

Types

type CapoolAdditionalExtensions added in v1.69.0

type CapoolAdditionalExtensions struct {
	/* Required. The parts of an OID path. The most significant parts of the path come first. */
	ObjectIdPath []int `json:"objectIdPath"`
}

func (*CapoolAdditionalExtensions) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolAdditionalExtensions.

func (*CapoolAdditionalExtensions) DeepCopyInto added in v1.69.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolAllowedIssuanceModes added in v1.69.0

type CapoolAllowedIssuanceModes struct {
	/* Optional. When true, allows callers to create Certificates by specifying a CertificateConfig. */
	// +optional
	AllowConfigBasedIssuance *bool `json:"allowConfigBasedIssuance,omitempty"`

	/* Optional. When true, allows callers to create Certificates by specifying a CSR. */
	// +optional
	AllowCsrBasedIssuance *bool `json:"allowCsrBasedIssuance,omitempty"`
}

func (*CapoolAllowedIssuanceModes) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolAllowedIssuanceModes.

func (*CapoolAllowedIssuanceModes) DeepCopyInto added in v1.69.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolAllowedKeyTypes added in v1.69.0

type CapoolAllowedKeyTypes struct {
	/* Represents an allowed Elliptic Curve key type. */
	// +optional
	EllipticCurve *CapoolEllipticCurve `json:"ellipticCurve,omitempty"`

	/* Represents an allowed RSA key type. */
	// +optional
	Rsa *CapoolRsa `json:"rsa,omitempty"`
}

func (*CapoolAllowedKeyTypes) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolAllowedKeyTypes.

func (*CapoolAllowedKeyTypes) DeepCopyInto added in v1.69.0

func (in *CapoolAllowedKeyTypes) DeepCopyInto(out *CapoolAllowedKeyTypes)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolBaseKeyUsage added in v1.69.0

type CapoolBaseKeyUsage struct {
	/* The key may be used to sign certificates. */
	// +optional
	CertSign *bool `json:"certSign,omitempty"`

	/* The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation". */
	// +optional
	ContentCommitment *bool `json:"contentCommitment,omitempty"`

	/* The key may be used sign certificate revocation lists. */
	// +optional
	CrlSign *bool `json:"crlSign,omitempty"`

	/* The key may be used to encipher data. */
	// +optional
	DataEncipherment *bool `json:"dataEncipherment,omitempty"`

	/* The key may be used to decipher only. */
	// +optional
	DecipherOnly *bool `json:"decipherOnly,omitempty"`

	/* The key may be used for digital signatures. */
	// +optional
	DigitalSignature *bool `json:"digitalSignature,omitempty"`

	/* The key may be used to encipher only. */
	// +optional
	EncipherOnly *bool `json:"encipherOnly,omitempty"`

	/* The key may be used in a key agreement protocol. */
	// +optional
	KeyAgreement *bool `json:"keyAgreement,omitempty"`

	/* The key may be used to encipher other keys. */
	// +optional
	KeyEncipherment *bool `json:"keyEncipherment,omitempty"`
}

func (*CapoolBaseKeyUsage) DeepCopy added in v1.69.0

func (in *CapoolBaseKeyUsage) DeepCopy() *CapoolBaseKeyUsage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolBaseKeyUsage.

func (*CapoolBaseKeyUsage) DeepCopyInto added in v1.69.0

func (in *CapoolBaseKeyUsage) DeepCopyInto(out *CapoolBaseKeyUsage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolBaselineValues added in v1.69.0

type CapoolBaselineValues struct {
	/* Optional. Describes custom X.509 extensions. */
	// +optional
	AdditionalExtensions []CapoolAdditionalExtensions `json:"additionalExtensions,omitempty"`

	/* Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate. */
	// +optional
	AiaOcspServers []string `json:"aiaOcspServers,omitempty"`

	/* Optional. Describes options in this X509Parameters that are relevant in a CA certificate. */
	// +optional
	CaOptions *CapoolCaOptions `json:"caOptions,omitempty"`

	/* Optional. Indicates the intended use for keys that correspond to a certificate. */
	// +optional
	KeyUsage *CapoolKeyUsage `json:"keyUsage,omitempty"`

	/* Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. */
	// +optional
	PolicyIds []CapoolPolicyIds `json:"policyIds,omitempty"`
}

func (*CapoolBaselineValues) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolBaselineValues.

func (*CapoolBaselineValues) DeepCopyInto added in v1.69.0

func (in *CapoolBaselineValues) DeepCopyInto(out *CapoolBaselineValues)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolCaOptions added in v1.69.0

type CapoolCaOptions struct {
	/* Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate. */
	// +optional
	IsCa *bool `json:"isCa,omitempty"`

	/* Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate. */
	// +optional
	MaxIssuerPathLength *int `json:"maxIssuerPathLength,omitempty"`
}

func (*CapoolCaOptions) DeepCopy added in v1.69.0

func (in *CapoolCaOptions) DeepCopy() *CapoolCaOptions

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolCaOptions.

func (*CapoolCaOptions) DeepCopyInto added in v1.69.0

func (in *CapoolCaOptions) DeepCopyInto(out *CapoolCaOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolCelExpression added in v1.69.0

type CapoolCelExpression struct {
	/* Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
	// +optional
	Description *string `json:"description,omitempty"`

	/* Textual representation of an expression in Common Expression Language syntax. */
	// +optional
	Expression *string `json:"expression,omitempty"`

	/* Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
	// +optional
	Location *string `json:"location,omitempty"`

	/* Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
	// +optional
	Title *string `json:"title,omitempty"`
}

func (*CapoolCelExpression) DeepCopy added in v1.69.0

func (in *CapoolCelExpression) DeepCopy() *CapoolCelExpression

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolCelExpression.

func (*CapoolCelExpression) DeepCopyInto added in v1.69.0

func (in *CapoolCelExpression) DeepCopyInto(out *CapoolCelExpression)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolEllipticCurve added in v1.69.0

type CapoolEllipticCurve struct {
	/* Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed. Possible values: EC_SIGNATURE_ALGORITHM_UNSPECIFIED, ECDSA_P256, ECDSA_P384, EDDSA_25519 */
	// +optional
	SignatureAlgorithm *string `json:"signatureAlgorithm,omitempty"`
}

func (*CapoolEllipticCurve) DeepCopy added in v1.69.0

func (in *CapoolEllipticCurve) DeepCopy() *CapoolEllipticCurve

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolEllipticCurve.

func (*CapoolEllipticCurve) DeepCopyInto added in v1.69.0

func (in *CapoolEllipticCurve) DeepCopyInto(out *CapoolEllipticCurve)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolExtendedKeyUsage added in v1.69.0

type CapoolExtendedKeyUsage struct {
	/* Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS. */
	// +optional
	ClientAuth *bool `json:"clientAuth,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication". */
	// +optional
	CodeSigning *bool `json:"codeSigning,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection". */
	// +optional
	EmailProtection *bool `json:"emailProtection,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses". */
	// +optional
	OcspSigning *bool `json:"ocspSigning,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS. */
	// +optional
	ServerAuth *bool `json:"serverAuth,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time". */
	// +optional
	TimeStamping *bool `json:"timeStamping,omitempty"`
}

func (*CapoolExtendedKeyUsage) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolExtendedKeyUsage.

func (*CapoolExtendedKeyUsage) DeepCopyInto added in v1.69.0

func (in *CapoolExtendedKeyUsage) DeepCopyInto(out *CapoolExtendedKeyUsage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolIdentityConstraints added in v1.69.0

type CapoolIdentityConstraints struct {
	/* Required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded. */
	AllowSubjectAltNamesPassthrough bool `json:"allowSubjectAltNamesPassthrough"`

	/* Required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded. */
	AllowSubjectPassthrough bool `json:"allowSubjectPassthrough"`

	/* Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel */
	// +optional
	CelExpression *CapoolCelExpression `json:"celExpression,omitempty"`
}

func (*CapoolIdentityConstraints) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolIdentityConstraints.

func (*CapoolIdentityConstraints) DeepCopyInto added in v1.69.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolIssuancePolicy added in v1.69.0

type CapoolIssuancePolicy struct {
	/* Optional. If specified, then only methods allowed in the IssuanceModes may be used to issue Certificates. */
	// +optional
	AllowedIssuanceModes *CapoolAllowedIssuanceModes `json:"allowedIssuanceModes,omitempty"`

	/* Optional. If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here. Otherwise, any key may be used. */
	// +optional
	AllowedKeyTypes []CapoolAllowedKeyTypes `json:"allowedKeyTypes,omitempty"`

	/* Optional. A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefined_values for the same properties, the certificate issuance request will fail. */
	// +optional
	BaselineValues *CapoolBaselineValues `json:"baselineValues,omitempty"`

	/* Optional. Describes constraints on identities that may appear in Certificates issued through this CaPool. If this is omitted, then this CaPool will not add restrictions on a certificate's identity. */
	// +optional
	IdentityConstraints *CapoolIdentityConstraints `json:"identityConstraints,omitempty"`

	/* Optional. The maximum lifetime allowed for issued Certificates. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it. */
	// +optional
	MaximumLifetime *string `json:"maximumLifetime,omitempty"`

	/* Optional. Describes the set of X.509 extensions that may appear in a Certificate issued through this CaPool. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If a certificate request uses a CertificateTemplate with predefined_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this CaPool will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CaPool's baseline_values. */
	// +optional
	PassthroughExtensions *CapoolPassthroughExtensions `json:"passthroughExtensions,omitempty"`
}

func (*CapoolIssuancePolicy) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolIssuancePolicy.

func (*CapoolIssuancePolicy) DeepCopyInto added in v1.69.0

func (in *CapoolIssuancePolicy) DeepCopyInto(out *CapoolIssuancePolicy)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolKeyUsage added in v1.69.0

type CapoolKeyUsage struct {
	/* Describes high-level ways in which a key may be used. */
	// +optional
	BaseKeyUsage *CapoolBaseKeyUsage `json:"baseKeyUsage,omitempty"`

	/* Detailed scenarios in which a key may be used. */
	// +optional
	ExtendedKeyUsage *CapoolExtendedKeyUsage `json:"extendedKeyUsage,omitempty"`

	/* Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message. */
	// +optional
	UnknownExtendedKeyUsages []CapoolUnknownExtendedKeyUsages `json:"unknownExtendedKeyUsages,omitempty"`
}

func (*CapoolKeyUsage) DeepCopy added in v1.69.0

func (in *CapoolKeyUsage) DeepCopy() *CapoolKeyUsage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolKeyUsage.

func (*CapoolKeyUsage) DeepCopyInto added in v1.69.0

func (in *CapoolKeyUsage) DeepCopyInto(out *CapoolKeyUsage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolObjectId added in v1.69.0

type CapoolObjectId struct {
	/* Required. The parts of an OID path. The most significant parts of the path come first. */
	ObjectIdPath []int `json:"objectIdPath"`
}

func (*CapoolObjectId) DeepCopy added in v1.69.0

func (in *CapoolObjectId) DeepCopy() *CapoolObjectId

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolObjectId.

func (*CapoolObjectId) DeepCopyInto added in v1.69.0

func (in *CapoolObjectId) DeepCopyInto(out *CapoolObjectId)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolPassthroughExtensions added in v1.69.0

type CapoolPassthroughExtensions struct {
	/* Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions. */
	// +optional
	AdditionalExtensions []CapoolAdditionalExtensions `json:"additionalExtensions,omitempty"`

	/* Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions. */
	// +optional
	KnownExtensions []string `json:"knownExtensions,omitempty"`
}

func (*CapoolPassthroughExtensions) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolPassthroughExtensions.

func (*CapoolPassthroughExtensions) DeepCopyInto added in v1.69.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolPolicyIds added in v1.69.0

type CapoolPolicyIds struct {
	/* Required. The parts of an OID path. The most significant parts of the path come first. */
	ObjectIdPath []int `json:"objectIdPath"`
}

func (*CapoolPolicyIds) DeepCopy added in v1.69.0

func (in *CapoolPolicyIds) DeepCopy() *CapoolPolicyIds

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolPolicyIds.

func (*CapoolPolicyIds) DeepCopyInto added in v1.69.0

func (in *CapoolPolicyIds) DeepCopyInto(out *CapoolPolicyIds)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolPublishingOptions added in v1.69.0

type CapoolPublishingOptions struct {
	/* Optional. When true, publishes each CertificateAuthority's CA certificate and includes its URL in the "Authority Information Access" X.509 extension in all issued Certificates. If this is false, the CA certificate will not be published and the corresponding X.509 extension will not be written in issued certificates. */
	// +optional
	PublishCaCert *bool `json:"publishCaCert,omitempty"`

	/* Optional. When true, publishes each CertificateAuthority's CRL and includes its URL in the "CRL Distribution Points" X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked. */
	// +optional
	PublishCrl *bool `json:"publishCrl,omitempty"`
}

func (*CapoolPublishingOptions) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolPublishingOptions.

func (*CapoolPublishingOptions) DeepCopyInto added in v1.69.0

func (in *CapoolPublishingOptions) DeepCopyInto(out *CapoolPublishingOptions)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolRsa added in v1.69.0

type CapoolRsa struct {
	/* Optional. The maximum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service will not enforce an explicit upper bound on RSA modulus sizes. */
	// +optional
	MaxModulusSize *int `json:"maxModulusSize,omitempty"`

	/* Optional. The minimum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply. */
	// +optional
	MinModulusSize *int `json:"minModulusSize,omitempty"`
}

func (*CapoolRsa) DeepCopy added in v1.69.0

func (in *CapoolRsa) DeepCopy() *CapoolRsa

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolRsa.

func (*CapoolRsa) DeepCopyInto added in v1.69.0

func (in *CapoolRsa) DeepCopyInto(out *CapoolRsa)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CapoolUnknownExtendedKeyUsages added in v1.69.0

type CapoolUnknownExtendedKeyUsages struct {
	/* Required. The parts of an OID path. The most significant parts of the path come first. */
	ObjectIdPath []int `json:"objectIdPath"`
}

func (*CapoolUnknownExtendedKeyUsages) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CapoolUnknownExtendedKeyUsages.

func (*CapoolUnknownExtendedKeyUsages) DeepCopyInto added in v1.69.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateAdditionalExtensions

type CertificatetemplateAdditionalExtensions struct {
	/* Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error). */
	// +optional
	Critical *bool `json:"critical,omitempty"`

	/* Required. The OID for this X.509 extension. */
	ObjectId CertificatetemplateObjectId `json:"objectId"`

	/* Required. The value of this X.509 extension. */
	Value string `json:"value"`
}

func (*CertificatetemplateAdditionalExtensions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateAdditionalExtensions.

func (*CertificatetemplateAdditionalExtensions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateBaseKeyUsage

type CertificatetemplateBaseKeyUsage struct {
	/* The key may be used to sign certificates. */
	// +optional
	CertSign *bool `json:"certSign,omitempty"`

	/* The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation". */
	// +optional
	ContentCommitment *bool `json:"contentCommitment,omitempty"`

	/* The key may be used sign certificate revocation lists. */
	// +optional
	CrlSign *bool `json:"crlSign,omitempty"`

	/* The key may be used to encipher data. */
	// +optional
	DataEncipherment *bool `json:"dataEncipherment,omitempty"`

	/* The key may be used to decipher only. */
	// +optional
	DecipherOnly *bool `json:"decipherOnly,omitempty"`

	/* The key may be used for digital signatures. */
	// +optional
	DigitalSignature *bool `json:"digitalSignature,omitempty"`

	/* The key may be used to encipher only. */
	// +optional
	EncipherOnly *bool `json:"encipherOnly,omitempty"`

	/* The key may be used in a key agreement protocol. */
	// +optional
	KeyAgreement *bool `json:"keyAgreement,omitempty"`

	/* The key may be used to encipher other keys. */
	// +optional
	KeyEncipherment *bool `json:"keyEncipherment,omitempty"`
}

func (*CertificatetemplateBaseKeyUsage) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateBaseKeyUsage.

func (*CertificatetemplateBaseKeyUsage) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateCaOptions

type CertificatetemplateCaOptions struct {
	/* Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate. */
	// +optional
	IsCa *bool `json:"isCa,omitempty"`

	/* Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate. */
	// +optional
	MaxIssuerPathLength *int `json:"maxIssuerPathLength,omitempty"`
}

func (*CertificatetemplateCaOptions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateCaOptions.

func (*CertificatetemplateCaOptions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateCelExpression

type CertificatetemplateCelExpression struct {
	/* Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
	// +optional
	Description *string `json:"description,omitempty"`

	/* Textual representation of an expression in Common Expression Language syntax. */
	// +optional
	Expression *string `json:"expression,omitempty"`

	/* Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
	// +optional
	Location *string `json:"location,omitempty"`

	/* Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
	// +optional
	Title *string `json:"title,omitempty"`
}

func (*CertificatetemplateCelExpression) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateCelExpression.

func (*CertificatetemplateCelExpression) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateExtendedKeyUsage

type CertificatetemplateExtendedKeyUsage struct {
	/* Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS. */
	// +optional
	ClientAuth *bool `json:"clientAuth,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication". */
	// +optional
	CodeSigning *bool `json:"codeSigning,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection". */
	// +optional
	EmailProtection *bool `json:"emailProtection,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses". */
	// +optional
	OcspSigning *bool `json:"ocspSigning,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS. */
	// +optional
	ServerAuth *bool `json:"serverAuth,omitempty"`

	/* Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time". */
	// +optional
	TimeStamping *bool `json:"timeStamping,omitempty"`
}

func (*CertificatetemplateExtendedKeyUsage) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateExtendedKeyUsage.

func (*CertificatetemplateExtendedKeyUsage) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateIdentityConstraints

type CertificatetemplateIdentityConstraints struct {
	/* Required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded. */
	AllowSubjectAltNamesPassthrough bool `json:"allowSubjectAltNamesPassthrough"`

	/* Required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded. */
	AllowSubjectPassthrough bool `json:"allowSubjectPassthrough"`

	/* Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel */
	// +optional
	CelExpression *CertificatetemplateCelExpression `json:"celExpression,omitempty"`
}

func (*CertificatetemplateIdentityConstraints) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateIdentityConstraints.

func (*CertificatetemplateIdentityConstraints) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateKeyUsage

type CertificatetemplateKeyUsage struct {
	/* Describes high-level ways in which a key may be used. */
	// +optional
	BaseKeyUsage *CertificatetemplateBaseKeyUsage `json:"baseKeyUsage,omitempty"`

	/* Detailed scenarios in which a key may be used. */
	// +optional
	ExtendedKeyUsage *CertificatetemplateExtendedKeyUsage `json:"extendedKeyUsage,omitempty"`

	/* Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message. */
	// +optional
	UnknownExtendedKeyUsages []CertificatetemplateUnknownExtendedKeyUsages `json:"unknownExtendedKeyUsages,omitempty"`
}

func (*CertificatetemplateKeyUsage) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateKeyUsage.

func (*CertificatetemplateKeyUsage) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateObjectId

type CertificatetemplateObjectId struct {
	/* Required. The parts of an OID path. The most significant parts of the path come first. */
	ObjectIdPath []int `json:"objectIdPath"`
}

func (*CertificatetemplateObjectId) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateObjectId.

func (*CertificatetemplateObjectId) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplatePassthroughExtensions

type CertificatetemplatePassthroughExtensions struct {
	/* Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions. */
	// +optional
	AdditionalExtensions []CertificatetemplateAdditionalExtensions `json:"additionalExtensions,omitempty"`

	/* Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions. */
	// +optional
	KnownExtensions []string `json:"knownExtensions,omitempty"`
}

func (*CertificatetemplatePassthroughExtensions) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplatePassthroughExtensions.

func (*CertificatetemplatePassthroughExtensions) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplatePolicyIds

type CertificatetemplatePolicyIds struct {
	/* Required. The parts of an OID path. The most significant parts of the path come first. */
	ObjectIdPath []int `json:"objectIdPath"`
}

func (*CertificatetemplatePolicyIds) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplatePolicyIds.

func (*CertificatetemplatePolicyIds) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplatePredefinedValues

type CertificatetemplatePredefinedValues struct {
	/* Optional. Describes custom X.509 extensions. */
	// +optional
	AdditionalExtensions []CertificatetemplateAdditionalExtensions `json:"additionalExtensions,omitempty"`

	/* Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate. */
	// +optional
	AiaOcspServers []string `json:"aiaOcspServers,omitempty"`

	/* Optional. Describes options in this X509Parameters that are relevant in a CA certificate. */
	// +optional
	CaOptions *CertificatetemplateCaOptions `json:"caOptions,omitempty"`

	/* Optional. Indicates the intended use for keys that correspond to a certificate. */
	// +optional
	KeyUsage *CertificatetemplateKeyUsage `json:"keyUsage,omitempty"`

	/* Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. */
	// +optional
	PolicyIds []CertificatetemplatePolicyIds `json:"policyIds,omitempty"`
}

func (*CertificatetemplatePredefinedValues) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplatePredefinedValues.

func (*CertificatetemplatePredefinedValues) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type CertificatetemplateUnknownExtendedKeyUsages

type CertificatetemplateUnknownExtendedKeyUsages struct {
	/* Required. The parts of an OID path. The most significant parts of the path come first. */
	ObjectIdPath []int `json:"objectIdPath"`
}

func (*CertificatetemplateUnknownExtendedKeyUsages) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificatetemplateUnknownExtendedKeyUsages.

func (*CertificatetemplateUnknownExtendedKeyUsages) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateCACAPool added in v1.69.0

type PrivateCACAPool struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   PrivateCACAPoolSpec   `json:"spec,omitempty"`
	Status PrivateCACAPoolStatus `json:"status,omitempty"`
}

PrivateCACAPool is the Schema for the privateca API +k8s:openapi-gen=true

func (*PrivateCACAPool) DeepCopy added in v1.69.0

func (in *PrivateCACAPool) DeepCopy() *PrivateCACAPool

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACAPool.

func (*PrivateCACAPool) DeepCopyInto added in v1.69.0

func (in *PrivateCACAPool) DeepCopyInto(out *PrivateCACAPool)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PrivateCACAPool) DeepCopyObject added in v1.69.0

func (in *PrivateCACAPool) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type PrivateCACAPoolList added in v1.69.0

type PrivateCACAPoolList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []PrivateCACAPool `json:"items"`
}

PrivateCACAPoolList contains a list of PrivateCACAPool

func (*PrivateCACAPoolList) DeepCopy added in v1.69.0

func (in *PrivateCACAPoolList) DeepCopy() *PrivateCACAPoolList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACAPoolList.

func (*PrivateCACAPoolList) DeepCopyInto added in v1.69.0

func (in *PrivateCACAPoolList) DeepCopyInto(out *PrivateCACAPoolList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PrivateCACAPoolList) DeepCopyObject added in v1.69.0

func (in *PrivateCACAPoolList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type PrivateCACAPoolSpec added in v1.69.0

type PrivateCACAPoolSpec struct {
	/* Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool. */
	// +optional
	IssuancePolicy *CapoolIssuancePolicy `json:"issuancePolicy,omitempty"`

	/* The location for the resource */
	Location string `json:"location"`

	/* The Project that this resource belongs to. */
	ProjectRef v1alpha1.ResourceRef `json:"projectRef"`

	/* Optional. The PublishingOptions to follow when issuing Certificates from any CertificateAuthority in this CaPool. */
	// +optional
	PublishingOptions *CapoolPublishingOptions `json:"publishingOptions,omitempty"`

	/* Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
	// +optional
	ResourceID *string `json:"resourceID,omitempty"`

	/* Required. Immutable. The Tier of this CaPool. Possible values: TIER_UNSPECIFIED, ENTERPRISE, DEVOPS */
	Tier string `json:"tier"`
}

func (*PrivateCACAPoolSpec) DeepCopy added in v1.69.0

func (in *PrivateCACAPoolSpec) DeepCopy() *PrivateCACAPoolSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACAPoolSpec.

func (*PrivateCACAPoolSpec) DeepCopyInto added in v1.69.0

func (in *PrivateCACAPoolSpec) DeepCopyInto(out *PrivateCACAPoolSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateCACAPoolStatus added in v1.69.0

type PrivateCACAPoolStatus struct {
	/* Conditions represent the latest available observations of the
	   PrivateCACAPool's current state. */
	Conditions []v1alpha1.Condition `json:"conditions,omitempty"`
	/* ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. */
	ObservedGeneration int `json:"observedGeneration,omitempty"`
}

func (*PrivateCACAPoolStatus) DeepCopy added in v1.69.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACAPoolStatus.

func (*PrivateCACAPoolStatus) DeepCopyInto added in v1.69.0

func (in *PrivateCACAPoolStatus) DeepCopyInto(out *PrivateCACAPoolStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateCACertificateTemplate

type PrivateCACertificateTemplate struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   PrivateCACertificateTemplateSpec   `json:"spec,omitempty"`
	Status PrivateCACertificateTemplateStatus `json:"status,omitempty"`
}

PrivateCACertificateTemplate is the Schema for the privateca API +k8s:openapi-gen=true

func (*PrivateCACertificateTemplate) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACertificateTemplate.

func (*PrivateCACertificateTemplate) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PrivateCACertificateTemplate) DeepCopyObject

func (in *PrivateCACertificateTemplate) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type PrivateCACertificateTemplateList

type PrivateCACertificateTemplateList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []PrivateCACertificateTemplate `json:"items"`
}

PrivateCACertificateTemplateList contains a list of PrivateCACertificateTemplate

func (*PrivateCACertificateTemplateList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACertificateTemplateList.

func (*PrivateCACertificateTemplateList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PrivateCACertificateTemplateList) DeepCopyObject

func (in *PrivateCACertificateTemplateList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type PrivateCACertificateTemplateSpec

type PrivateCACertificateTemplateSpec struct {
	/* Optional. A human-readable description of scenarios this template is intended for. */
	// +optional
	Description *string `json:"description,omitempty"`

	/* Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity. */
	// +optional
	IdentityConstraints *CertificatetemplateIdentityConstraints `json:"identityConstraints,omitempty"`

	/* The location for the resource */
	Location string `json:"location"`

	/* Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values. */
	// +optional
	PassthroughExtensions *CertificatetemplatePassthroughExtensions `json:"passthroughExtensions,omitempty"`

	/* Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail. */
	// +optional
	PredefinedValues *CertificatetemplatePredefinedValues `json:"predefinedValues,omitempty"`

	/* The Project that this resource belongs to. */
	ProjectRef v1alpha1.ResourceRef `json:"projectRef"`

	/* Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
	// +optional
	ResourceID *string `json:"resourceID,omitempty"`
}

func (*PrivateCACertificateTemplateSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACertificateTemplateSpec.

func (*PrivateCACertificateTemplateSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateCACertificateTemplateStatus

type PrivateCACertificateTemplateStatus struct {
	/* Conditions represent the latest available observations of the
	   PrivateCACertificateTemplate's current state. */
	Conditions []v1alpha1.Condition `json:"conditions,omitempty"`
	/* Output only. The time at which this CertificateTemplate was created. */
	CreateTime string `json:"createTime,omitempty"`
	/* ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. */
	ObservedGeneration int `json:"observedGeneration,omitempty"`
	/* Output only. The time at which this CertificateTemplate was updated. */
	UpdateTime string `json:"updateTime,omitempty"`
}

func (*PrivateCACertificateTemplateStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateCACertificateTemplateStatus.

func (*PrivateCACertificateTemplateStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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