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

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.

The 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. The filter to be applied on the resource, as defined by AIP-160: Filtering.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. The sort order for the results. The following values are supported:

  • name
  • name desc

If you do not specify a value, then the results are not sorted.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource of the framework deployment, in the format organizations/{organization}/locations/{location}. The only supported location is global.

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