Class Key (1.0.0)

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

NameDescription
name str
The resource name for the Key in the format "projects/{project}/keys/{key}".
display_name str
Human-readable display name of this key. Modifiable by user.
web_settings google.cloud.recaptchaenterprise_v1.types.WebKeySettings
Settings for keys that can be used by websites.
android_settings google.cloud.recaptchaenterprise_v1.types.AndroidKeySettings
Settings for keys that can be used by Android apps.
ios_settings google.cloud.recaptchaenterprise_v1.types.IOSKeySettings
Settings 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.Timestamp
The 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
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.