Class GroupsResource.MembershipsResource.LookupRequest
Looks up the resource name of a Membership
by
its EntityKey
.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GroupsResource.MembershipsResource.LookupRequest : CloudIdentityBaseServiceRequest<LookupMembershipNameResponse>, IClientServiceRequest<LookupMembershipNameResponse>, IClientServiceRequest
Constructors
LookupRequest(IClientService, string)
Constructs a new Lookup request.
Declaration
public LookupRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MemberKeyId
The ID of the entity. For Google-managed entities, the id
must be the email address of an existing
group or user. For external-identity-mapped entities, the id
must be a string conforming to the
Identity Source's requirements. Must be unique within a namespace
.
Declaration
[RequestParameter("memberKey.id", RequestParameterType.Query)]
public virtual string MemberKeyId { get; set; }
Property Value
Type | Description |
---|---|
string |
MemberKeyNamespace
The namespace in which the entity exists. If not specified, the EntityKey
represents a
Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey
represents an external-identity-mapped group. The namespace must correspond to an identity source
created in Admin Console and must be in the form of identitysources/{identity_source_id}
.
Declaration
[RequestParameter("memberKey.namespace", RequestParameterType.Query)]
public virtual string MemberKeyNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The parent Group
resource under which to lookup the Membership
name. Must be of the
form groups/{group_id}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Lookup parameter list.
Declaration
protected override void InitParameters()