Key(mapping=None, *, ignore_unknown_fields=False, **kwargs)A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
| 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. | 
| android_settings | google.cloud.recaptchaenterprise_v1.types.AndroidKeySettingsSettings for keys that can be used by Android apps. | 
| ios_settings | google.cloud.recaptchaenterprise_v1.types.IOSKeySettingsSettings for keys that can be used by iOS apps. | 
| labels | Sequence[google.cloud.recaptchaenterprise_v1.types.Key.LabelsEntry]Optional. See Creating and managing labels. | 
| create_time | google.protobuf.timestamp_pb2.TimestampThe timestamp corresponding to the creation of this Key. | 
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  |