Show / Hide Table of Contents

Class InboundSsoAssignmentsResource.ListRequest

Lists the InboundSsoAssignments for a Customer.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListInboundSsoAssignmentsResponse>
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>
InboundSsoAssignmentsResource.ListRequest
Implements
IClientServiceRequest<ListInboundSsoAssignmentsResponse>
IClientServiceRequest
Inherited Members
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.Xgafv
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.AccessToken
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.Alt
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.Callback
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.Fields
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.Key
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.OauthToken
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.PrettyPrint
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.QuotaUser
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.UploadType
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.UploadProtocol
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.Execute()
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ExecuteAsStream()
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ExecuteAsync()
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.GenerateRequestUri()
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.GetBody()
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ETagAction
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ModifyRequest
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ValidateParameters
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.ApiVersion
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.RequestParameters
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class InboundSsoAssignmentsResource.ListRequest : CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>, IClientServiceRequest<ListInboundSsoAssignmentsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Filter

A CEL expression to filter the results. The only supported filter is filtering by customer. For example: customer==customers/C0123abc. Omitting the filter or specifying a filter of customer==customers/my_customer will return the assignments for the customer that the caller (authenticated user) belongs to.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.MethodName

PageSize

The maximum number of assignments to return. The service may return fewer than this value. If omitted (or defaulted to zero) the server will use a sensible default. This default may change over time. The maximum allowed value is 100, though requests with page_size greater than that will be silently interpreted as having this maximum value. This may increase in the futue.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, received from a previous ListInboundSsoAssignments call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListInboundSsoAssignments must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListInboundSsoAssignmentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudIdentityBaseServiceRequest<ListInboundSsoAssignmentsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX