package actions type UserGrant struct { ProjectID string ProjectGrantID string Roles []string }