diff --git a/bundle/schema/jsonschema_for_docs.json b/bundle/schema/jsonschema_for_docs.json index d28326056d..5a99957e2e 100644 --- a/bundle/schema/jsonschema_for_docs.json +++ b/bundle/schema/jsonschema_for_docs.json @@ -1094,18 +1094,22 @@ "type": "object", "properties": { "group_name": { + "description": "The name of the group that has the permission set in level.", "$ref": "#/$defs/string", "x-since-version": "v0.229.0" }, "level": { + "description": "The allowed permission for user, group, service principal defined for this permission.", "$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/iam.PermissionLevel", "x-since-version": "v0.229.0" }, "service_principal_name": { + "description": "The name of the service principal that has the permission set in level.", "$ref": "#/$defs/string", "x-since-version": "v0.229.0" }, "user_name": { + "description": "The name of the user that has the permission set in level.", "$ref": "#/$defs/string", "x-since-version": "v0.229.0" }