Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.PosturesResource.ListRequest

Lists the most recent revisions of all Posture resources in a specified organization and location.

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

Filter

Optional. A filter to apply to the list of postures, in the format defined in AIP-160: Filtering.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of postures to return. The default value is 500. If you exceed the maximum value of 1000, then the service uses the maximum value.

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

PageToken

A pagination token returned from a previous request to list postures. Provide this token to retrieve the next page of results.

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

Parent

Required. The parent resource name, in the format organizations/{organization}/locations/global.

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<ListPosturesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SecurityPostureBaseServiceRequest<ListPosturesResponse>.InitParameters()

Implements

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