GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsResponse (google_api_cloud_resource_manager v0.41.0) 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudResourceManager.V1.Model.ListAvailableOrgPolicyConstraintsResponse{ constraints: [GoogleApi.CloudResourceManager.V1.Model.Constraint.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.