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

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
* https://cloud.google.com/iam/docs/configuring-resource-based-access
 
* https://cloud.google.com/iam/docs/configuring-resource-based-access
 +
 +
 +
resource.type != 'compute.googleapis.com/Instance' ||
 +
  resource.name.extract('/instances/{name}').startsWith('dev-')
 +
  
  

Revision as of 13:43, 26 July 2022


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


See also

Advertising: