restrictions property

List<String>? restrictions
getter/setter pair

The types of operations which should be blocked as a result of this Lien.

Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: ['resourcemanager.projects.delete']

Implementation

core.List<core.String>? restrictions;