# Functions
QueryComputeInstancePermissions gets the authenticated members permissions on a compute instance Modified from https://github.com/salrashid123/gcp_iam/blob/main/query/main.go#L351-L371.
QueryProjectPermissions gets the authenticated members permissions on a project Modified from https://github.com/salrashid123/gcp_iam/blob/main/query/main.go#L534-L575.
QueryPubSubPermissions gets the authenticated members permissions on a PubSub topic.
QueryServiceAccountPermissions gets the authenticated members permissions on a service account Modified from https://github.com/salrashid123/gcp_iam/blob/main/query/main.go#L150-L173.
QueryStorageBucketPermissions gets the authenticated members permissions on a storage bucket Modified from https://github.com/salrashid123/gcp_iam/blob/main/query/main.go#L313-L338.
QueryTestablePermissionsOnResource gets the testable permissions on a resource Modified from https://github.com/salrashid123/gcp_iam/blob/main/query/main.go#L71-L108.