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 11module github.com/checkmarx/ast-cli
22
3- go 1.24.4
3+ go 1.24.6
44
55require (
66 github.com/Checkmarx/containers-resolver v1.0.19
Original file line number Diff line number Diff line change 11package wrappers
22
33type 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"`
1111}
1212
1313type AccessManagementWrapper interface {
You can’t perform that action at this time.
0 commit comments