public sealed class ListFrameworkDeploymentsRequest : IMessage<ListFrameworkDeploymentsRequest>, IEquatable<ListFrameworkDeploymentsRequest>, IDeepCloneable<ListFrameworkDeploymentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Security Compliance v1 API class ListFrameworkDeploymentsRequest.
The request message for [ListFrameworkDeployments][].
Implements
IMessageListFrameworkDeploymentsRequest, IEquatableListFrameworkDeploymentsRequest, IDeepCloneableListFrameworkDeploymentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
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:
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 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 |
|