Class ListCustomConstraintsResponse (1.11.0)

ListCustomConstraintsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The response returned from the [ListCustomConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListCustomConstraints] method. It will be empty if no custom constraints are set on the organization resource.

Attributes

NameDescription
custom_constraints MutableSequence[google.cloud.orgpolicy_v2.types.CustomConstraint]
All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.
next_page_token str
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.