public sealed class ListOrgPolicyViolationsRequest : IMessage<ListOrgPolicyViolationsRequest>, IEquatable<ListOrgPolicyViolationsRequest>, IDeepCloneable<ListOrgPolicyViolationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Policy Simulator v1 API class ListOrgPolicyViolationsRequest.
ListOrgPolicyViolationsRequest is the request message for [OrgPolicyViolationsPreviewService.ListOrgPolicyViolations][google.cloud.policysimulator.v1.OrgPolicyViolationsPreviewService.ListOrgPolicyViolations].
Implements
IMessageListOrgPolicyViolationsRequest, IEquatableListOrgPolicyViolationsRequest, IDeepCloneableListOrgPolicyViolationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.PolicySimulator.V1Assembly
Google.Cloud.PolicySimulator.V1.dll
Constructors
ListOrgPolicyViolationsRequest()
public ListOrgPolicyViolationsRequest()
ListOrgPolicyViolationsRequest(ListOrgPolicyViolationsRequest)
public ListOrgPolicyViolationsRequest(ListOrgPolicyViolationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListOrgPolicyViolationsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of items to return. The service may return fewer than this value. If unspecified, at most 1000 items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous call. Provide this to retrieve the subsequent page.
When paginating, all other parameters must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The OrgPolicyViolationsPreview to get OrgPolicyViolations from. Format: organizations/{organization}/locations/{location}/orgPolicyViolationsPreviews/{orgPolicyViolationsPreview}
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrgPolicyViolationsPreviewName
public OrgPolicyViolationsPreviewName ParentAsOrgPolicyViolationsPreviewName { get; set; }
OrgPolicyViolationsPreviewName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrgPolicyViolationsPreviewName |