Show / Hide Table of Contents

Enum CertificateAuthority.Types.Type

The type of a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority], indicating its issuing chain.

Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public enum Type

Fields

Name Description
SelfSigned

Self-signed CA.

Subordinate

Subordinate CA. Could be issued by a Private CA [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] or an unmanaged CA.

Unspecified

Not specified.

Back to top