Show / Hide Table of Contents

Class AccessPoliciesResource.AuthorizedOrgsDescsResource.ListRequest

Lists all authorized orgs descs for an access policy.

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

MethodName

Gets the method name.

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

PageSize

Number of Authorized Orgs Descs to include in the list. Default 100.

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

PageToken

Next page token for the next batch of Authorized Orgs Desc instances. Defaults to the first page of results.

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

Parent

Required. Resource name for the access policy to list Authorized Orgs Desc from. Format: accessPolicies/{policy_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<ListAuthorizedOrgsDescsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AccessContextManagerBaseServiceRequest<ListAuthorizedOrgsDescsResponse>.InitParameters()

Implements

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