Class GroupsResource.LookupRequest
Looks up the resource name of a Group
by its
EntityKey
.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class GroupsResource.LookupRequest : CloudIdentityBaseServiceRequest<LookupGroupNameResponse>, IClientServiceRequest<LookupGroupNameResponse>, IClientServiceRequest
Constructors
LookupRequest(IClientService)
Constructs a new Lookup request.
Declaration
public LookupRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
GroupKeyId
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("groupKey.id", RequestParameterType.Query)]
public virtual string GroupKeyId { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupKeyNamespace
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("groupKey.namespace", RequestParameterType.Query)]
public virtual string GroupKeyNamespace { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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()