Class GoogleCloudOrgpolicyV2ListCustomConstraintsResponse
The response returned from the ListCustomConstraints method. It will be empty if no custom constraints are set on the organization resource.
Implements
Inherited Members
Namespace: Google.Apis.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2ListCustomConstraintsResponse : IDirectResponseSchema
Properties
CustomConstraints
All custom 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 |