annotate(name, body=None, x__xgafv=None)
Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent.
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
Creates an Assessment of the likelihood an event is legitimate.
annotate(name, body=None, x__xgafv=None)
Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent. Args: name: string, Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}". (required) body: object, The request body. The object takes the form of: { # The request message to annotate an Assessment. "annotation": "A String", # Optional. The annotation that will be assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent. "hashedAccountId": "A String", # Optional. Unique stable hashed user identifier to apply to the assessment. This is an alternative to setting the hashed_account_id in CreateAssessment, for example when the account identifier is not yet known in the initial request. It is recommended that the identifier is hashed using hmac-sha256 with stable secret. "reasons": [ # Optional. Optional reasons for the annotation that will be assigned to the Event. "A String", ], "transactionEvent": { # Describes an event in the lifecycle of a payment transaction. # Optional. If the assessment is part of a payment transaction, provide details on payment lifecycle events that occur in the transaction. "eventTime": "A String", # Optional. Timestamp when this transaction event occurred; otherwise assumed to be the time of the API call. "eventType": "A String", # Optional. The type of this transaction event. "reason": "A String", # Optional. The reason or standardized code that corresponds with this transaction event, if one exists. For example, a CHARGEBACK event with code 6005. "value": 3.14, # Optional. The value that corresponds with this transaction event, if one exists. For example, a refund event where $5.00 was refunded. Currency is obtained from the original transaction data. }, } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Empty response for AnnotateAssessment. }
close()
Close httplib2 connections.
create(parent, body=None, x__xgafv=None)
Creates an Assessment of the likelihood an event is legitimate. Args: parent: string, Required. The name of the project in which the assessment will be created, in the format "projects/{project}". (required) body: object, The request body. The object takes the form of: { # A reCAPTCHA Enterprise assessment resource. "accountDefenderAssessment": { # Account defender risk assessment. # Assessment returned by account defender when a hashed_account_id is provided. "labels": [ # Labels for this request. "A String", ], }, "accountVerification": { # Information about account verification, used for identity verification. # Account verification information for identity verification. The assessment event must include a token and site key to use this feature. "endpoints": [ # Endpoints that can be used for identity verification. { # Information about a verification endpoint that can be used for 2FA. "emailAddress": "A String", # Email address for which to trigger a verification request. "lastVerificationTime": "A String", # Output only. Timestamp of the last successful verification for the endpoint, if any. "phoneNumber": "A String", # Phone number for which to trigger a verification request. Should be given in E.164 format. "requestToken": "A String", # Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes. }, ], "languageCode": "A String", # Language code preference for the verification message, set as a IETF BCP 47 language code. "latestVerificationResult": "A String", # Output only. Result of the latest account verification challenge. "username": "A String", # Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event. }, "event": { # The event being assessed. "expectedAction": "A String", # Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise. "hashedAccountId": "A String", # Optional. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret. "siteKey": "A String", # Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token. "token": "A String", # Optional. The user response token provided by the reCAPTCHA Enterprise client-side integration on your site. "userAgent": "A String", # Optional. The user agent present in the request from the user's device related to this event. "userIpAddress": "A String", # Optional. The IP address in the request from the user's device related to this event. }, "name": "A String", # Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}". "privatePasswordLeakVerification": { # Private password leak verification info. # The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials. "encryptedLeakMatchPrefixes": [ # Output only. List of prefixes of the encrypted potential password leaks that matched the given parameters. They must be compared with the client-side decryption prefix of `reencrypted_user_credentials_hash` "A String", ], "encryptedUserCredentialsHash": "A String", # Optional. Encrypted Scrypt hash of the canonicalized username+password. It is re-encrypted by the server and returned through `reencrypted_user_credentials_hash`. "lookupHashPrefix": "A String", # Optional. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix. "reencryptedUserCredentialsHash": "A String", # Output only. Corresponds to the re-encryption of the `encrypted_user_credentials_hash` field. It is used to match potential password leaks within `encrypted_leak_match_prefixes`. }, "riskAnalysis": { # Risk analysis result for an event. # Output only. The risk analysis result for the event being assessed. "reasons": [ # Reasons contributing to the risk analysis verdict. "A String", ], "score": 3.14, # Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic). }, "tokenProperties": { # Output only. Properties of the provided event token. "action": "A String", # Action name provided at token generation. "androidPackageName": "A String", # The name of the Android package with which the token was generated (Android keys only). "createTime": "A String", # The timestamp corresponding to the generation of the token. "hostname": "A String", # The hostname of the page on which the token was generated (Web keys only). "invalidReason": "A String", # Reason associated with the response when valid = false. "iosBundleId": "A String", # The ID of the iOS bundle with which the token was generated (iOS keys only). "valid": True or False, # Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment). }, } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A reCAPTCHA Enterprise assessment resource. "accountDefenderAssessment": { # Account defender risk assessment. # Assessment returned by account defender when a hashed_account_id is provided. "labels": [ # Labels for this request. "A String", ], }, "accountVerification": { # Information about account verification, used for identity verification. # Account verification information for identity verification. The assessment event must include a token and site key to use this feature. "endpoints": [ # Endpoints that can be used for identity verification. { # Information about a verification endpoint that can be used for 2FA. "emailAddress": "A String", # Email address for which to trigger a verification request. "lastVerificationTime": "A String", # Output only. Timestamp of the last successful verification for the endpoint, if any. "phoneNumber": "A String", # Phone number for which to trigger a verification request. Should be given in E.164 format. "requestToken": "A String", # Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes. }, ], "languageCode": "A String", # Language code preference for the verification message, set as a IETF BCP 47 language code. "latestVerificationResult": "A String", # Output only. Result of the latest account verification challenge. "username": "A String", # Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event. }, "event": { # The event being assessed. "expectedAction": "A String", # Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise. "hashedAccountId": "A String", # Optional. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret. "siteKey": "A String", # Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token. "token": "A String", # Optional. The user response token provided by the reCAPTCHA Enterprise client-side integration on your site. "userAgent": "A String", # Optional. The user agent present in the request from the user's device related to this event. "userIpAddress": "A String", # Optional. The IP address in the request from the user's device related to this event. }, "name": "A String", # Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}". "privatePasswordLeakVerification": { # Private password leak verification info. # The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials. "encryptedLeakMatchPrefixes": [ # Output only. List of prefixes of the encrypted potential password leaks that matched the given parameters. They must be compared with the client-side decryption prefix of `reencrypted_user_credentials_hash` "A String", ], "encryptedUserCredentialsHash": "A String", # Optional. Encrypted Scrypt hash of the canonicalized username+password. It is re-encrypted by the server and returned through `reencrypted_user_credentials_hash`. "lookupHashPrefix": "A String", # Optional. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix. "reencryptedUserCredentialsHash": "A String", # Output only. Corresponds to the re-encryption of the `encrypted_user_credentials_hash` field. It is used to match potential password leaks within `encrypted_leak_match_prefixes`. }, "riskAnalysis": { # Risk analysis result for an event. # Output only. The risk analysis result for the event being assessed. "reasons": [ # Reasons contributing to the risk analysis verdict. "A String", ], "score": 3.14, # Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic). }, "tokenProperties": { # Output only. Properties of the provided event token. "action": "A String", # Action name provided at token generation. "androidPackageName": "A String", # The name of the Android package with which the token was generated (Android keys only). "createTime": "A String", # The timestamp corresponding to the generation of the token. "hostname": "A String", # The hostname of the page on which the token was generated (Web keys only). "invalidReason": "A String", # Reason associated with the response when valid = false. "iosBundleId": "A String", # The ID of the iOS bundle with which the token was generated (iOS keys only). "valid": True or False, # Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment). }, }