GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListCustomConstraintsResponse (google_api_org_policy v0.9.1)
View SourceThe response returned from the ListCustomConstraints method. It will be empty if no custom or managed constraints are set on the organization resource.
Attributes
-
customConstraints
(type:list(GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2CustomConstraint.t)
, default:nil
) - All custom and managed constraints that exist on the organization resource. It will be empty if no custom constraints are set. -
nextPageToken
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2ListCustomConstraintsResponse{ customConstraints: [GoogleApi.OrgPolicy.V2.Model.GoogleCloudOrgpolicyV2CustomConstraint.t()] | nil, nextPageToken: String.t() | nil }