Show / Hide Table of Contents

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).

Inheritance
object
ListAvailableOrgPolicyConstraintsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX