Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::RelatedAccountGroupMembership.
A membership in a group of related accounts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#hashed_account_id
def hashed_account_id() -> ::String
Returns
-
(::String) — 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.
#hashed_account_id=
def hashed_account_id=(value) -> ::String
Parameter
-
value (::String) — 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
-
(::String) — 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.
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.
Returns
-
(::String) — Required. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.