Cloud Security Compliance v1 API - Class ListFrameworkDeploymentsRequest (1.0.0-beta01)

public sealed class ListFrameworkDeploymentsRequest : IMessage<ListFrameworkDeploymentsRequest>, IEquatable<ListFrameworkDeploymentsRequest>, IDeepCloneable<ListFrameworkDeploymentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Security Compliance v1 API class ListFrameworkDeploymentsRequest.

Request message for ListFrameworkDeployments.

Inheritance

object > ListFrameworkDeploymentsRequest

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

ListFrameworkDeploymentsRequest()

public ListFrameworkDeploymentsRequest()

ListFrameworkDeploymentsRequest(ListFrameworkDeploymentsRequest)

public ListFrameworkDeploymentsRequest(ListFrameworkDeploymentsRequest other)
Parameter
Name Description
other ListFrameworkDeploymentsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filter to be applied on the resource, defined by EBNF grammar https://google.aip.dev/assets/misc/ebnf-filtering.txt.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Sort results. Supported are "name", "name desc" or "" (unsorted).

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent value for ListFrameworkDeploymentsRequest.

Property Value
Type Description
string

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName