Class DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest
Lists names of items associated with an unmapped identity. Note: This API requires an admin account to execute.
Inheritance
DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest
Inherited Members
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class DebugResource.IdentitysourcesResource.ItemsResource.ListForunmappedidentityRequest : CloudSearchBaseServiceRequest<ListItemNamesForUnmappedIdentityResponse>, IClientServiceRequest<ListItemNamesForUnmappedIdentityResponse>, IClientServiceRequest
Constructors
ListForunmappedidentityRequest(IClientService, string)
Constructs a new ListForunmappedidentity request.
Declaration
public ListForunmappedidentityRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
DebugOptionsEnableDebugging
If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
Declaration
[RequestParameter("debugOptions.enableDebugging", RequestParameterType.Query)]
public virtual bool? DebugOptionsEnableDebugging { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GroupResourceName
Declaration
[RequestParameter("groupResourceName", RequestParameterType.Query)]
public virtual string GroupResourceName { 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
PageSize
Maximum number of items to fetch in a request. Defaults to 100.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The next_page_token value returned from a previous List request, if any.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
The name of the identity source, in the following format: identitysources/{source_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
UserResourceName
Declaration
[RequestParameter("userResourceName", RequestParameterType.Query)]
public virtual string UserResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes ListForunmappedidentity parameter list.
Declaration
protected override void InitParameters()