Show / Hide Table of Contents

Class InboundOidcSsoProfilesResource.ListRequest

Lists InboundOidcSsoProfile objects for a Google enterprise customer.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>
InboundOidcSsoProfilesResource.ListRequest
Implements
IClientServiceRequest<ListInboundOidcSsoProfilesResponse>
IClientServiceRequest
Inherited Members
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.Xgafv
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.AccessToken
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.Alt
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.Callback
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.Fields
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.Key
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.OauthToken
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.PrettyPrint
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.QuotaUser
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.UploadType
CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>.UploadProtocol
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.Execute()
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ExecuteAsStream()
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ExecuteAsync()
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.GenerateRequestUri()
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.GetBody()
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ETagAction
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ModifyRequest
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ValidateParameters
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.ApiVersion
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.RequestParameters
ClientServiceRequest<ListInboundOidcSsoProfilesResponse>.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.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class InboundOidcSsoProfilesResource.ListRequest : CloudIdentityBaseServiceRequest<ListInboundOidcSsoProfilesResponse>, IClientServiceRequest<ListInboundOidcSsoProfilesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

Filter

A Common Expression Language 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 profiles for the customer that the caller (authenticated user) belongs to. Specifying a filter of customer=="" will return the global shared OIDC profiles.

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<ListInboundOidcSsoProfilesResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of InboundOidcSsoProfiles 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. Requests with page_size greater than that will be silently interpreted as having this maximum value.

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

PageToken

A page token, received from a previous ListInboundOidcSsoProfiles call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListInboundOidcSsoProfiles 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<ListInboundOidcSsoProfilesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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