public sealed class ListCloudControlDeploymentsRequest : IMessage<ListCloudControlDeploymentsRequest>, IEquatable<ListCloudControlDeploymentsRequest>, IDeepCloneable<ListCloudControlDeploymentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Security Compliance v1 API class ListCloudControlDeploymentsRequest.
The request message for [ListCloudControlDeployments][].
Implements
IMessageListCloudControlDeploymentsRequest, IEquatableListCloudControlDeploymentsRequest, IDeepCloneableListCloudControlDeploymentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ListCloudControlDeploymentsRequest()
public ListCloudControlDeploymentsRequest()ListCloudControlDeploymentsRequest(ListCloudControlDeploymentsRequest)
public ListCloudControlDeploymentsRequest(ListCloudControlDeploymentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCloudControlDeploymentsRequest |
Properties
Filter
public string Filter { get; set; }Optional. The filter to apply 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:
namename 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 you 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 the page of results that the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource for the cloud control 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 |
|