public sealed class ListCustomConstraintsRequest : IMessage<ListCustomConstraintsRequest>, IEquatable<ListCustomConstraintsRequest>, IDeepCloneable<ListCustomConstraintsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Organization Policy v2 API class ListCustomConstraintsRequest.
The request sent to the [ListCustomConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListCustomConstraints] method.
Implements
IMessageListCustomConstraintsRequest, IEquatableListCustomConstraintsRequest, IDeepCloneableListCustomConstraintsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.OrgPolicy.V2Assembly
Google.Cloud.OrgPolicy.V2.dll
Constructors
ListCustomConstraintsRequest()
public ListCustomConstraintsRequest()
ListCustomConstraintsRequest(ListCustomConstraintsRequest)
public ListCustomConstraintsRequest(ListCustomConstraintsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCustomConstraintsRequest |
Properties
PageSize
public int PageSize { get; set; }
Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The target Google Cloud resource that parents the set of custom constraints that will be returned from this call. Must be in one of the following forms:
organizations/{organization_id}
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |