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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class AllowedKeyType (1.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.0 (latest)](/python/docs/reference/privateca/latest/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.14.3](/python/docs/reference/privateca/1.14.3/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.13.1](/python/docs/reference/privateca/1.13.1/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.12.2](/python/docs/reference/privateca/1.12.2/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.11.0](/python/docs/reference/privateca/1.11.0/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.10.3](/python/docs/reference/privateca/1.10.3/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.9.0](/python/docs/reference/privateca/1.9.0/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.8.1](/python/docs/reference/privateca/1.8.1/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.7.1](/python/docs/reference/privateca/1.7.1/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.6.1](/python/docs/reference/privateca/1.6.1/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.5.0](/python/docs/reference/privateca/1.5.0/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.4.3](/python/docs/reference/privateca/1.4.3/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.3.2](/python/docs/reference/privateca/1.3.2/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.2.4](/python/docs/reference/privateca/1.2.4/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.1.0](/python/docs/reference/privateca/1.1.0/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [1.0.6](/python/docs/reference/privateca/1.0.6/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [0.4.0](/python/docs/reference/privateca/0.4.0/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [0.3.0](/python/docs/reference/privateca/0.3.0/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType)\n- [0.1.1](/python/docs/reference/privateca/0.1.1/google.cloud.security.privateca_v1.types.CaPool.IssuancePolicy.AllowedKeyType) \n\n AllowedKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDescribes a \"type\" of key that may be used in a\nCertificate issued\nfrom a CaPool. Note\nthat a single\nAllowedKeyType\nmay refer to either a fully-qualified key algorithm, such as RSA\n4096, or a family of key algorithms, such as any RSA key.\n\nThis message has `oneof`_ fields (mutually exclusive fields).\nFor each oneof, at most one member field can be set at the same time.\nSetting any member of the oneof automatically clears all other\nmembers.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\nClasses\n-------\n\n### EcKeyType\n\n EcKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDescribes an Elliptic Curve key that may be used in a\nCertificate issued\nfrom a CaPool.\n\n### RsaKeyType\n\n RsaKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDescribes an RSA key that may be used in a\nCertificate issued\nfrom a CaPool."]]