Class AllowedKeyType (1.3.1)

AllowedKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes a "type" of key that may be used in a Certificate issued from a CaPool. Note that a single AllowedKeyType may refer to either a fully-qualified key algorithm, such as RSA 4096, or a family of key algorithms, such as any RSA key.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
rsa google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType.RsaKeyType
Represents an allowed RSA key type. This field is a member of `oneof`_ ``key_type``.
elliptic_curve google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType.EcKeyType
Represents an allowed Elliptic Curve key type. This field is a member of `oneof`_ ``key_type``.

Inheritance

builtins.object > proto.message.Message > AllowedKeyType

Classes

EcKeyType

EcKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes an Elliptic Curve key that may be used in a Certificate issued from a CaPool.

RsaKeyType

RsaKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes an RSA key that may be used in a Certificate issued from a CaPool.