public sealed class ListFrameworkComplianceSummariesRequest : IMessage<ListFrameworkComplianceSummariesRequest>, IEquatable<ListFrameworkComplianceSummariesRequest>, IDeepCloneable<ListFrameworkComplianceSummariesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Security Compliance v1 API class ListFrameworkComplianceSummariesRequest.
The request message for [ListFrameworkComplianceSummariesRequest][google.cloud.cloudsecuritycompliance.v1.ListFrameworkComplianceSummariesRequest].
Implements
IMessageListFrameworkComplianceSummariesRequest, IEquatableListFrameworkComplianceSummariesRequest, IDeepCloneableListFrameworkComplianceSummariesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ListFrameworkComplianceSummariesRequest()
public ListFrameworkComplianceSummariesRequest()ListFrameworkComplianceSummariesRequest(ListFrameworkComplianceSummariesRequest)
public ListFrameworkComplianceSummariesRequest(ListFrameworkComplianceSummariesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFrameworkComplianceSummariesRequest |
Properties
Filter
public string Filter { get; set; }Optional. The filtering results.
| 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 the page of results that the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent scope for the framework compliance summary.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsFolderLocationName
public FolderLocationName ParentAsFolderLocationName { get; set; }FolderLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderLocationName |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }OrganizationLocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationLocationName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|