GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsResponse (google_api_cloud_resource_manager v0.44.1)

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 (type: list(GoogleApi.CloudResourceManager.V1.Model.Constraint.t), default: nil) - The collection of constraints that are settable on the request resource.
  • nextPageToken (type: String.t, default: nil) - Page token used to retrieve the next page. This is currently not used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsResponse{
    constraints: [GoogleApi.CloudResourceManager.V1.Model.Constraint.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.