Show / Hide Table of Contents

Class InboundSamlSsoProfilesResource.IdpCredentialsResource.ListRequest

Returns a list of IdpCredentials in an InboundSamlSsoProfile.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListIdpCredentialsResponse>
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>
InboundSamlSsoProfilesResource.IdpCredentialsResource.ListRequest
Implements
IClientServiceRequest<ListIdpCredentialsResponse>
IClientServiceRequest
Inherited Members
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.Xgafv
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.AccessToken
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.Alt
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.Callback
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.Fields
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.Key
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.OauthToken
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.PrettyPrint
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.QuotaUser
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.UploadType
CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>.UploadProtocol
ClientServiceRequest<ListIdpCredentialsResponse>.Execute()
ClientServiceRequest<ListIdpCredentialsResponse>.ExecuteAsStream()
ClientServiceRequest<ListIdpCredentialsResponse>.ExecuteAsync()
ClientServiceRequest<ListIdpCredentialsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListIdpCredentialsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListIdpCredentialsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListIdpCredentialsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListIdpCredentialsResponse>.GenerateRequestUri()
ClientServiceRequest<ListIdpCredentialsResponse>.GetBody()
ClientServiceRequest<ListIdpCredentialsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListIdpCredentialsResponse>.ETagAction
ClientServiceRequest<ListIdpCredentialsResponse>.ModifyRequest
ClientServiceRequest<ListIdpCredentialsResponse>.ValidateParameters
ClientServiceRequest<ListIdpCredentialsResponse>.ApiVersion
ClientServiceRequest<ListIdpCredentialsResponse>.RequestParameters
ClientServiceRequest<ListIdpCredentialsResponse>.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 InboundSamlSsoProfilesResource.IdpCredentialsResource.ListRequest : CloudIdentityBaseServiceRequest<ListIdpCredentialsResponse>, IClientServiceRequest<ListIdpCredentialsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(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
ClientServiceRequest<ListIdpCredentialsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of IdpCredentials to return. The service may return fewer than this 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 ListIdpCredentials call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListIdpCredentials 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

Parent

Required. The parent, which owns this collection of IdpCredentials. Format: inboundSamlSsoProfiles/{sso_profile_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
ClientServiceRequest<ListIdpCredentialsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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