Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class RelatedAccountGroupMembership.
A membership in a group of related accounts.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name for this membership in the format |
↳ hashed_account_id |
string
The unique stable hashed user identifier of the member. The identifier corresponds to a |
getName
Required. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getHashedAccountId
The unique stable hashed user identifier of the member. The identifier
corresponds to a hashed_account_id provided in a previous
CreateAssessment or AnnotateAssessment call.
| Returns | |
|---|---|
| Type | Description |
string |
|
setHashedAccountId
The unique stable hashed user identifier of the member. The identifier
corresponds to a hashed_account_id provided in a previous
CreateAssessment or AnnotateAssessment call.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|