Add roles to project

[ZITADOPER-1]
This commit is contained in:
Haim Kortovich
2024-05-13 20:08:27 -05:00
parent 43ed843ca6
commit 258d2d1e02
5 changed files with 138 additions and 1 deletions

View File

@@ -80,6 +80,21 @@ spec:
type: boolean
projectRoleCheck:
type: boolean
roles:
items:
properties:
displayName:
type: string
group:
type: string
key:
type: string
required:
- displayName
- group
- key
type: object
type: array
required:
- organizationRef
type: object