google_api_cloud_resource_manager v0.4.0 GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsResponse View Source

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

Attributes

  • constraints ([Constraint]): The collection of constraints that are settable on the request resource. Defaults to: null.
  • nextPageToken (String.t): Page token used to retrieve the next page. This is currently not used. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsResponse{
    constraints: [GoogleApi.CloudResourceManager.V1.Model.Constraint.t()],
    nextPageToken: any()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.