equivalentConstraint property

String? equivalentConstraint
getter/setter pair

Defines the equivalent constraint name, if it exists.

Managed constraints can have an equivalent legacy managed constraint, and legacy managed constraints can have an equivalent managed constraint. For example, "constraints/iam.disableServiceAccountKeyUpload" is equivalent to "constraints/iam.managed.disableServiceAccountKeyUpload".

Implementation

core.String? equivalentConstraint;