Google Certificate Authority Service V1 Client - Class Type (1.7.1)

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

The type of a CertificateAuthority, indicating its issuing chain.

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

Namespace

Google \ Cloud \ Security \ PrivateCA \ V1 \ CertificateAuthority

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;