File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/checkmarx/ast-cli
2
2
3
- go 1.24.4
3
+ go 1.24.6
4
4
5
5
require (
6
6
github.com/Checkmarx/containers-resolver v1.0.19
Original file line number Diff line number Diff line change 1
1
package wrappers
2
2
3
3
type AssignmentResponse struct {
4
- EntityID string `json:"entityID"`
5
- EntityType string `json:"entityType"`
6
- EntityName string `json:"entityName"`
7
- EntityRoles []string `json:"entityRoles"`
8
- ResourceID string `json:"resourceID"`
9
- ResourceType string `json:"resourceType"`
10
- ResourceName string `json:"resourceName"`
4
+ EntityID string `json:"entityID"`
5
+ EntityType string `json:"entityType"`
6
+ EntityName string `json:"entityName"`
7
+ EntityRoles []interface {} `json:"entityRoles"`
8
+ ResourceID string `json:"resourceID"`
9
+ ResourceType string `json:"resourceType"`
10
+ ResourceName string `json:"resourceName"`
11
11
}
12
12
13
13
type AccessManagementWrapper interface {
You can’t perform that action at this time.
0 commit comments