feat(unified-storage): return guid, group and resource on read/list (#104121)
This commit is contained in:
committed by
GitHub
parent
a02ff218df
commit
3380ea441a
@@ -1,4 +1,5 @@
|
||||
SELECT
|
||||
{{ .Ident "guid" | .Into .Response.GUID }},
|
||||
{{ .Ident "namespace" | .Into .Response.Key.Namespace }},
|
||||
{{ .Ident "group" | .Into .Response.Key.Group }},
|
||||
{{ .Ident "resource" | .Into .Response.Key.Resource }},
|
||||
|
||||
Reference in New Issue
Block a user