File tree 7 files changed +14
-14
lines changed
app/dynatrace/hub/manage/permissions
appsec/runtimevulnerabilitydetection
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2
2
"allowedScopes" : [
3
3
" environment"
4
4
],
5
- "description" : " Privileged user can manage permissions in the Hub App " ,
6
- "displayName" : " Manage Permissions " ,
5
+ "description" : " Please add at least one admin with all necessary permissions to fulfill the requests. \n\n You can either enter individual or team email addresses to receive request notifications. " ,
6
+ "displayName" : " Installation Requests " ,
7
7
"documentation" : " " ,
8
8
"dynatrace" : " 1" ,
9
9
"enums" : {},
24
24
],
25
25
"default" : " " ,
26
26
"description" : " " ,
27
- "displayName" : " Description " ,
27
+ "displayName" : " Name " ,
28
28
"documentation" : " " ,
29
29
"maxObjects" : 1 ,
30
30
"modificationPolicy" : " DEFAULT" ,
51
51
],
52
52
"default" : " " ,
53
53
"description" : " " ,
54
- "displayName" : " Email" ,
54
+ "displayName" : " Contact Email" ,
55
55
"documentation" : " " ,
56
56
"maxObjects" : 1 ,
57
57
"modificationPolicy" : " DEFAULT" ,
71
71
],
72
72
"schemaId" : " app:dynatrace.hub:manage.permissions" ,
73
73
"types" : {},
74
- "version" : " 0.0.4 "
74
+ "version" : " 0.0.6 "
75
75
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/settings/services/settings20"
24
24
)
25
25
26
- const SchemaVersion = "0.0.4 "
26
+ const SchemaVersion = "0.0.6 "
27
27
const SchemaID = "app:dynatrace.hub:manage.permissions"
28
28
29
29
func Service (credentials * settings.Credentials ) settings.CRUDService [* permissions.Settings ] {
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
23
23
)
24
24
25
25
type Settings struct {
26
- Description string `json:"description"` // Description
27
- Email string `json:"email"` // Email
26
+ Description string `json:"description"` // Name
27
+ Email string `json:"email"` // Contact Email
28
28
}
29
29
30
30
func (me * Settings ) Name () string {
@@ -35,12 +35,12 @@ func (me *Settings) Schema() map[string]*schema.Schema {
35
35
return map [string ]* schema.Schema {
36
36
"description" : {
37
37
Type : schema .TypeString ,
38
- Description : "Description " ,
38
+ Description : "Name " ,
39
39
Required : true ,
40
40
},
41
41
"email" : {
42
42
Type : schema .TypeString ,
43
- Description : "Email" ,
43
+ Description : "Contact Email" ,
44
44
Required : true ,
45
45
},
46
46
}
Original file line number Diff line number Diff line change 272
272
]
273
273
}
274
274
},
275
- "version" : " 3.5.2 "
275
+ "version" : " 3.5.3 "
276
276
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/settings/services/settings20"
24
24
)
25
25
26
- const SchemaVersion = "3.5.2 "
26
+ const SchemaVersion = "3.5.3 "
27
27
const SchemaID = "builtin:appsec.runtime-vulnerability-detection"
28
28
29
29
func Service (credentials * settings.Credentials ) settings.CRUDService [* runtimevulnerabilitydetection.Settings ] {
Original file line number Diff line number Diff line change 378
378
"versionInfo" : " "
379
379
}
380
380
},
381
- "version" : " 1.0.1 "
381
+ "version" : " 1.0.2 "
382
382
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import (
39
39
"golang.org/x/oauth2/clientcredentials"
40
40
)
41
41
42
- const SchemaVersion = "1.0.1 "
42
+ const SchemaVersion = "1.0.2 "
43
43
const SchemaID = "builtin:davis.anomaly-detectors"
44
44
45
45
func Service (credentials * settings.Credentials ) settings.CRUDService [* anomalydetectors.Settings ] {
You can’t perform that action at this time.
0 commit comments