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