Key(mapping=None, *, ignore_unknown_fields=False, **kwargs)A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
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 | |
|---|---|
| Name | Description | 
| name | strThe resource name for the Key in the format projects/{project}/keys/{key}. | 
| display_name | strHuman-readable display name of this key. Modifiable by user. | 
| web_settings | google.cloud.recaptchaenterprise_v1.types.WebKeySettingsSettings for keys that can be used by websites. This field is a member of oneof_platform_settings. | 
| android_settings | google.cloud.recaptchaenterprise_v1.types.AndroidKeySettingsSettings for keys that can be used by Android apps. This field is a member of oneof_platform_settings. | 
| ios_settings | google.cloud.recaptchaenterprise_v1.types.IOSKeySettingsSettings for keys that can be used by iOS apps. This field is a member of oneof_platform_settings. | 
| labels | MutableMapping[str, str]See [Creating and managing labels] (https://cloud.google.com/recaptcha-enterprise/docs/labels). | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The timestamp corresponding to the creation of this key. | 
| testing_options | google.cloud.recaptchaenterprise_v1.types.TestingOptionsOptions for user acceptance testing. | 
| waf_settings | google.cloud.recaptchaenterprise_v1.types.WafSettingsSettings for WAF | 
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  |