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
#account_id
def account_id() -> ::String
Returns
-
(::String) — The unique stable account identifier of the member. The identifier
corresponds to an
account_id
provided in a previousCreateAssessment
orAnnotateAssessment
call.
#account_id=
def account_id=(value) -> ::String
Parameter
-
value (::String) — The unique stable account identifier of the member. The identifier
corresponds to an
account_id
provided in a previousCreateAssessment
orAnnotateAssessment
call.
Returns
-
(::String) — The unique stable account identifier of the member. The identifier
corresponds to an
account_id
provided in a previousCreateAssessment
orAnnotateAssessment
call.
#hashed_account_id
def hashed_account_id() -> ::String
Returns
-
(::String) — Deprecated: use
account_id
instead. The unique stable hashed account identifier of the member. The identifier corresponds to ahashed_account_id
provided in a previousCreateAssessment
orAnnotateAssessment
call.
#hashed_account_id=
def hashed_account_id=(value) -> ::String
Parameter
-
value (::String) — Deprecated: use
account_id
instead. The unique stable hashed account identifier of the member. The identifier corresponds to ahashed_account_id
provided in a previousCreateAssessment
orAnnotateAssessment
call.
Returns
-
(::String) — Deprecated: use
account_id
instead. The unique stable hashed account identifier of the member. The identifier corresponds to ahashed_account_id
provided in a previousCreateAssessment
orAnnotateAssessment
call.
#name
def name() -> ::String
Returns
-
(::String) — Required. Identifier. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Identifier. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.
Returns
-
(::String) — Required. Identifier. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.