google_api_cloud_resource_manager v0.0.1 GoogleApi.CloudResourceManager.V1.Model.ListPolicy View Source
Used in `policy_type` to specify how `list_policy` behaves at this resource. A `ListPolicy` can define specific values that are allowed or denied by setting either the `allowed_values` or `denied_values` fields. It can also be used to allow or deny all values, by setting the `all_values` field. If `all_values` is `ALL_VALUES_UNSPECIFIED`, exactly one of `allowed_values` or `denied_values` must be set (attempting to set both or neither will result in a failed request). If `all_values` is set to either `ALLOW` or `DENY`, `allowed_values` and `denied_values` must be unset.