Class ListAvailableOrgPolicyConstraintsResponse
The response returned from the ListAvailableOrgPolicyConstraints method. Returns all Constraints that could
be set at this level of the hierarchy (contrast with the response from ListPolicies, which returns all
policies which are set).
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v1.Data
Assembly: Google.Apis.CloudResourceManager.v1.dll
Syntax
public class ListAvailableOrgPolicyConstraintsResponse : IDirectResponseSchema
Properties
Constraints
The collection of constraints that are settable on the request resource.
Declaration
[JsonProperty("constraints")]
public virtual IList<Constraint> Constraints { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Constraint> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Page token used to retrieve the next page. This is currently not used.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |