WIP: Store hashed entity name in policy contract #87
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ type Kind byte
|
||||||
const (
|
const (
|
||||||
Namespace = 'n'
|
Namespace = 'n'
|
||||||
Container = 'c'
|
Container = 'c'
|
||||||
|
User = 'u'
|
||||||
|
Group = 'g'
|
||||||
IAM = 'i'
|
IAM = 'i'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue