Class CELExpression (0.1.0)

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

A CEL expression <https://cloud.google.com/certificate-authority-service/docs/using-cel>__.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
resource_types_values google.cloud.cloudsecuritycompliance_v1.types.StringList
The resource instance types on which this expression is defined. Format will be of the form : Example: compute.googleapis.com/Instance. This field is a member of oneof_ criteria.
expression str
Required. Logic expression in CEL language. The max length of the condition is 1000 characters.