Show / Hide Table of Contents

Class GoogleCloudOrgpolicyV2ListCustomConstraintsResponse

The response returned from the ListCustomConstraints method. It will be empty if no custom or managed constraints are set on the organization resource.

Inheritance
object
GoogleCloudOrgpolicyV2ListCustomConstraintsResponse
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.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2ListCustomConstraintsResponse : IDirectResponseSchema

Properties

CustomConstraints

All custom and managed constraints that exist on the organization resource. It will be empty if no custom constraints are set.

Declaration
[JsonProperty("customConstraints")]
public virtual IList<GoogleCloudOrgpolicyV2CustomConstraint> CustomConstraints { get; set; }
Property Value
Type Description
IList<GoogleCloudOrgpolicyV2CustomConstraint>

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, but the server may at any point start supplying a valid token.

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