keyType property

String? keyType
getter/setter pair

Type of the public key.

Output only. Possible string values are:

  • "KEY_TYPE_UNSPECIFIED" : Represents an unspecified public key type.
  • "RSA_KEY" : Represents a RSA key.
  • "EC_KEY" : Represents an EC key.

Implementation

core.String? keyType;