[#90] policy: Add constants for more targets

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2024-04-12 19:22:34 +03:00
parent a3d5e02f20
commit db36131800

View file

@ -16,6 +16,8 @@ type Kind byte
const (
Namespace = 'n'
Container = 'c'
User = 'u'
Group = 'g'
IAM = 'i'
)