Difference between revisions of "GCP: Resource.name.startsWith"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
   resource.name.extract('/instances/{name}').startsWith('dev-')
 
   resource.name.extract('/instances/{name}').startsWith('dev-')
  
 +
 +
== Related ==
 +
* [[IAM Conditions]]
  
  

Revision as of 13:44, 26 July 2022


resource.type != 'compute.googleapis.com/Instance' ||
  resource.name.extract('/instances/{name}').startsWith('dev-')


Related


See also

Advertising: