condition property

GoogleTypeExpr? condition
getter/setter pair

A condition expression that prevents this binding from granting access unless the expression evaluates to true.

To learn about IAM Conditions, see https://cloud.google.com/iam/help/conditions/overview.

Implementation

GoogleTypeExpr? condition;