type property

String? type
getter/setter pair

The Type of this CertificateAuthority.

Required. Immutable. Possible string values are:

  • "TYPE_UNSPECIFIED" : Not specified.
  • "SELF_SIGNED" : Self-signed CA.
  • "SUBORDINATE" : Subordinate CA. Could be issued by a Private CA CertificateAuthority or an unmanaged CA.

Implementation

core.String? type;