Google Certificate Authority Service V1beta1 Client - Class Type (1.0.3)

Reference documentation and code samples for the Google Certificate Authority Service V1beta1 Client class Type.

The type of a CertificateAuthority, indicating its issuing chain.

Protobuf type google.cloud.security.privateca.v1beta1.CertificateAuthority.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

SELF_SIGNED

Value: 1

Self-signed CA.

Generated from protobuf enum SELF_SIGNED = 1;

SUBORDINATE

Value: 2

Subordinate CA. Could be issued by a Private CA CertificateAuthority or an unmanaged CA.

Generated from protobuf enum SUBORDINATE = 2;