Skip to content

Commit 11d89ff

Browse files
authored
Regenerate schema (#4709)
Ran 'make generate'
1 parent da35a12 commit 11d89ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bundle/schema/jsonschema_for_docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,18 +1094,22 @@
10941094
"type": "object",
10951095
"properties": {
10961096
"group_name": {
1097+
"description": "The name of the group that has the permission set in level.",
10971098
"$ref": "#/$defs/string",
10981099
"x-since-version": "v0.229.0"
10991100
},
11001101
"level": {
1102+
"description": "The allowed permission for user, group, service principal defined for this permission.",
11011103
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/iam.PermissionLevel",
11021104
"x-since-version": "v0.229.0"
11031105
},
11041106
"service_principal_name": {
1107+
"description": "The name of the service principal that has the permission set in level.",
11051108
"$ref": "#/$defs/string",
11061109
"x-since-version": "v0.229.0"
11071110
},
11081111
"user_name": {
1112+
"description": "The name of the user that has the permission set in level.",
11091113
"$ref": "#/$defs/string",
11101114
"x-since-version": "v0.229.0"
11111115
}

0 commit comments

Comments
 (0)