add ns path to granting_policies (#20522)

This commit is contained in:
Pratyoy Mukhopadhyay
2023-05-04 15:08:22 -07:00
committed by GitHub
parent 570a33b6a6
commit dee7fd839e
5 changed files with 32 additions and 24 deletions

View File

@@ -126,7 +126,8 @@ type PolicyResults struct {
}
type PolicyInfo struct {
Name string `json:"name"`
NamespaceId string `json:"namespace_id"`
Type string `json:"type"`
Name string `json:"name"`
NamespaceId string `json:"namespace_id"`
NamespacePath string `json:"namespace_path"`
Type string `json:"type"`
}